@charset "UTF-8";

/*
Theme Name: Mobitour
Version: 1.0
Author: ROXART Agency
Requires PHP: 7.4
*/
*{
    font-family: "Red Hat Display", sans-serif;
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 20px;   
}
@media screen and (max-width: 576px){
    html{
        scroll-padding-top: 10px !important; 
    }
}
