@font-face {
    font-family: sunset;
    src: url(fontes/SunsetGothicPro-Bold.ttf);
}

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


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

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


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

@media (orientation:portrait){
    body{

        font-family: sunset;
    }

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