.v-application
  @each $name, $weight in $font-weights
    .font-weight
      &-#{$name}
        font-weight: $weight !important

  .font-italic
    font-style: italic !important
