.hs-default h1 {
    font-family: 'Intro';
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
}

.hs-default h2 {
    font-family: 'Intro';
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0;
}

.hs-default h3 {
    font-family: 'Intro';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
}

.hs-default h4 {
    font-family: 'Intro';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

.hs-default h5 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
}

.hs-default h6 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
}

@media screen and (max-width: 992px) {
    .hs-default h1 {
        font-family: 'Intro Light';
        font-weight: 300;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0;
    }

    .hs-default h2 {
        font-family: 'Intro Light';
        font-weight: 300;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0;
    }

    .hs-default h3 {
        font-family: 'Intro Regular';
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .hs-default h4 {
        font-family: 'Intro Regular Alt';
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0;
    }

    .hs-default h5 {
        font-family: 'Inter';
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
    }

    .hs-default h6 {
        font-family: 'Inter';
        font-weight: 700;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0;
    }
}