@font-face {
    font-family: sunset;
    src: url('fontes/webFonts/SunsetGothicBold/font.woff2') format('woff2'), url('fontes/webFonts/SunsetGothicBold/font.woff') format('woff');
}

@font-face {
    font-family: cmu;
    src: url(fontes/cmuntt.ttf);
}

*{
    -webkit-tap-highlight-color: transparent;
}

body{
    font-size: 18px;
    font-family: sunset;
}

a{color: unset;
text-decoration: none;}


:root{
    --marge : 1vw;
    --wP : 3vw;
}


#mobileCache{
   display: none;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   height: 100%;
   z-index: 100;
   overflow: hidden;
}
#mobileCache img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

#tcMob{
    display: block;
    position: absolute;
    font-family: cmu;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color);
    text-transform: uppercase;
}


@media (orientation:portrait){
    body{

        font-family: sunset;
    }

    :root{
        --marge : 2.5vw;
    
    }
}