// Typography

@mixin text-emphasis-variant($color){
  color: $color;
  a#{&}:hover,
  a#{&}:focus {
    color: darken($color, 10%);
  }
}
