h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 4.3125rem 0 1.5rem;
    font-weight: 700;
    font-family: var(--rocket-font-primary);
    line-height: 1.33;
    color: var(--rocket-color-secondary-100);
}

h1 {
    font-size: 2.5rem;

    @include breakpoint(sm) {
        font-size: 2.75rem;
    }
}

h2 {
    font-size: 2.25rem;

    @include breakpoint(sm) {
        font-size: 2.5rem;
    }

    &.is-lg {
        font-size: 2.5rem;
        font-weight: 400;

        @include breakpoint(md) {
            font-size: 4.12rem;
        }
    }
}

h3 {
    font-size: 2rem;

    @include breakpoint(sm) {
        font-size: 2.25rem;
    }
}

h4 {
    font-size: 1.75rem;

    @include breakpoint(sm) {
        font-size: 2rem;
    }
}

h5 {
    font-size: 1.5rem;

    @include breakpoint(sm) {
        font-size: 1.75rem;
    }
}

h6 {
    font-size: 1.25rem;

    @include breakpoint(sm) {
        font-size: 1.5rem;
    }
}
