@import "variables";

@each $name, $value in $font-styles {
  .#{$name} {
    font-style: $value;
  }
}
