//
// Text
//

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