@each $name, $step in $fontSize-map{
  .font-#{$name} { font-size: unquote($step * $spacingStep + $spacingUnit) }
}

@each $decoration in $decoration-map{
  .text-decoration-#{$decoration}{ text-decoration: unquote($decoration)}
}


@each $name, $value in $weight-map{
  .font-#{$name}{ font-weight: $value}
}