@import '../../../styles/core.scss';

@mixin HeadingLevels {
  @for $i from 1 through 6 {
    &#{$i} {
      font-size: ms(6 - $i);
    }
  }
}

.Title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
  @include HeadingLevels;
  &_bold {
    font-weight: 800;
  }
}
