@use "../../../../../styles/int.scss";

.gridItem {
  color: int.$warmgray-100;
  cursor: default;

  @include int.sans($role: "label", $weight: "bold", $size: "200");
}

.icon {
  @include int.is-mobile() {
    margin-right: int.$spacing-2;
  }
}

.swatch {
  &:hover {
    stroke: black;
    stroke-width: 2px;
  }
}
