@each $key, $value in $weights {
    .font-#{$key} {
        font-weight: $value;
    }
}

