/* -------------------------- Mobile small --------------------------
   - Navigation bottom
   - WelcomeSite 1 column

*/

@media screen and (max-width:576px) {
    body {
        font-family: var(--font2);
        font-size: 12px;
    }
    
    /* Title - Mobile small*/
    
    h1 {
        font-size: 22px;
    }
    
    
    h2 {
        font-size: 22px;
    
    }
    
    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

}