h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: $text;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-style: italic;
    font-weight: 600;
    font-family: $font-family-secondary;
}

h1,
.h1 {
    font-size: 43px;
    line-height: 0.88;
    letter-spacing: 0;
    font-weight: 400;

    @include breakpoint(md) {
        font-size: 40px;
        // line-height: 0.88;
    }

    @include breakpoint(xl) {
        font-size: 43px;
    }
}

h2,
.h2 {
    font-size: 50px;
    line-height: 1.36;

    //  @include breakpoint(md) {
    //   font-size: 36px;
    // }

    @include breakpoint(xl) {
        font-size: 80px;
        line-height: 0.85;
        letter-spacing: -0.05em;
    }
}

h3,
.h3 {
    font-size: 40px;
    // line-height: 1.5;

    // @include breakpoint(md) {
    //   font-size: 32px;
    // }

    @include breakpoint(xl) {
        font-size: 50px;
    }
}

h4,
.h4 {
    font-size: 24px;
    line-height: 1.3333;
}

h5,
.h5 {
    font-size: 20px;
    // @include breakpoint(lg) {
    //   font-size: 24px;
    // }
}

h6,
.h6 {
    font-size: 18px;
}
