.colored-font(@color, @weight) {
  color: @color;
  font-weight: @weight;
}
