@import url("style/header.css");
@import url("style/banner.css");
@import url("style/carrossel.css");
@import url("style/topicos.css");
@import url("style/contato.css");
@import url("style/rodape.css");

:root {
    --cor-de-fundo: #EBECEE;
    --cor-branco: #FFFFFF;
    --cor-laranja:#EB9B00;
    --cor-azul-degrade: linear-gradient(97.54deg, #002F52 35.49%, #326589 165.37%);
    --cor-azul: #002F52;
    --cor-preto:#000000;
    --cor-linha: #858585;
    --cor-cinza: #474646;
    

    --fonte-principal: "Poppins"; 
    --fonte-secundaria: "Josefin Sans";   
}
body { 
    background-color: var(--cor-de-fundo);
    font-family: var(--fonte-principal);
    font-size: 16px;
    font-weight: 400;
}

