// Typography

.text-emphasis-variant(@color) {

color: @color;
a&:hover {
  color: darken(@color, 10%);
}

}