for $class-name, $weight in $font-weight-list {
  .font-weight{$font-weight-separator}{$class-name} {
    font-weight: $weight;
  }
}