@each $k, $v in $--font-headings {
  #{$k},
  .#{$k} {
    font-size: #{$v} !important;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
