@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');
:root{
    --azul: rgb(95, 186, 255);
    --azul-logo: rgb(186, 225, 255);
    --bg-menu-mobile: rgba(254, 254, 254, 0.95);
    --bg-geral: rgb(254, 254, 254);
    --branco: rgb(255, 255, 255); 
    --cor-textos: rgb(70, 70, 70);
    --laranja: rgb(255, 189, 89);
    --laranja-logo: rgb(255, 225, 181);

}
.base{
    background-color: var(--bg-geral);
    color: var(--cor-textos);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
