@import "styles/variables.php";
@import "styles/header.css";
@import "styles/footer.css";
@import "styles/index.css";
@import "styles/video.css";

* 
{
    border:0;
    padding:0;
    margin:0;
    box-sizing: border-box;
}

body, html
{


    scroll-behavior: smooth;
    max-width: 100vw;
    margin:0;
    padding:0;
    background:white;
    font-family:var(--fontFamily);
    position:relative;
    scroll-behavior: smooth;
    overflow-x:hidden !important;

}

body 
{
    overflow-x:hidden;
}


.body--open 
{
    overflow-y:hidden !important;
}



