/* colors
   ========================================================================== */

@each $color, $value in $grays {
  @include text-emphasis-variant(".text-grays#{$color}", $value);
}
