@use "../vars" as *;

.#{$emma-prefix}lh-nm {
  line-height: normal #{emma-important($emma-important)};
}

.#{$emma-prefix}lh-ih {
  line-height: inherit #{emma-important($emma-important)};
}

.#{$emma-prefix}lh0 {
  line-height: 0 #{emma-important($emma-important)};
}

.#{$emma-prefix}lh1 {
  line-height: 1 #{emma-important($emma-important)};
}

.#{$emma-prefix}lh2 {
  line-height: 2 #{emma-important($emma-important)};
}

.#{$emma-prefix}lh3 {
  line-height: 3 #{emma-important($emma-important)};
}

.#{$emma-prefix}lh4 {
  line-height: 4 #{emma-important($emma-important)};
}

.#{$emma-prefix}lh5 {
  line-height: 5 #{emma-important($emma-important)};
}

.#{$emma-prefix}lh6 {
  line-height: 6 #{emma-important($emma-important)};
}

.#{$emma-prefix}lh-xs {
  line-height: $emma-line-height-xs #{emma-important($emma-important)};
}

.#{$emma-prefix}lh-sm {
  line-height: $emma-line-height-sm #{emma-important($emma-important)};
}

.#{$emma-prefix}lh-md {
  line-height: $emma-line-height-md #{emma-important($emma-important)};
}

.#{$emma-prefix}lh-lg {
  line-height: $emma-line-height-lg #{emma-important($emma-important)};
}

.#{$emma-prefix}lh-xl {
  line-height: $emma-line-height-xl #{emma-important($emma-important)};
}
