

/* TYPOGRAPHIES */

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


h1, h2, h3, h4{
    font-family: lato;
}
h1{
    font-size: 1.8rem;
    color: #2C6509;
}
h2{
    font-size: 1.3rem;

}
h3{
    font-size: 1.1rem;

}

p, li, a{
    font-family: Verdana;
    font-size: 0.85rem;
}

@media screen and (max-width: 811px){
    p{
        font-size: 0.75rem;
    }
    h1{
        font-size: 1.6rem;
    }
    h2{
        font-size: 1.2rem;
    }
    h3{
        font-size: 1rem;
    }
}