/* Font Size */

/* H1 */
.header1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    line-height: normal;
}

/* H2 */
.header2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
}

/* H3 */
.header3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}


/* P */
.body1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

/* Small */
.body2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}

@media (max-width: 767.98px) {

    .header1 {
        font-size: 22px;
    }

    .header2 {
        font-size: 19px;
    }

    .header3 {
        font-size: 17px;
    }

}
