
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 64px !important;
        line-height: .95;
        padding: 1.25rem 0;
        letter-spacing: -2px;
    }

    .h2, h2 {
        font-size: 2rem !important;
        line-height: 1;
        letter-spacing: -1px
    }

    .h3, h3 {
        font-size: 1.75rem !important;
        line-height: 1
    }

    .h4, h4 {
        font-size: 1.625rem !important;
        line-height: 1.1
    }


    .h5, h5 {
        font-size: 1.5rem !important;
        line-height: 1.2;
        letter-spacing: 0px;
    }

    .body1 {
        font-size: 18px !important;
        line-height: 1.4;
        letter-spacing: 0px;
    }

    .body2 {
        font-size: 16px !important;
        line-height: 1.5;
        letter-spacing: 0px;
        align-content: end;
    }

    .caption {
        font-size: 14px !important;
        line-height: 1.5;
        letter-spacing: 0px;
    }
}