@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

h1 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700 !important;
    color: #00b2bd;
    font-family: 'Lato' !important;
}
h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700 !important;
    color: #00b2bd;
    font-family: 'Lato' !important;
}
h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700 !important;
    color: #242424;
    font-family: 'Lato' !important;
}
h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700 !important;
    color: #242424;
    font-family: 'Lato' !important;
}
h5 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400 !important;
    color: #242424;
    font-family: 'Lato' !important;
}
h6 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400 !important;
    color: #242424;
    font-family: 'Lato' !important;
}
p, ul, li {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400 !important;
    color: #353535;
    font-family: 'Lato' !important;
}

a{
    font-weight: 400 !important;
    font-family: 'Lato' !important;
}
/* -------- styles for desktop: small size -------- */
@media screen and (min-width: 768px) {
    h1 {
        font-size: 35px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 25px;
    }
    
    h4 {
        font-size: 22px;
    }
    
    h5 {
        font-size: 20px;
    }
    
    h6 {
        font-size: 14px;
    }

    p, ul, li {
        font-size: 16px;
    }
}