@import url("css/header.css");
@import url("css/banner.css");
@import url("css/carrossel.css");

:root {
    --cor-de-fundo: #ebecee;
    --branco: #fff;
    --laranja: #eb9b00;
    --azul-degrade: linear-gradient(97.54deg, #002f52 32.49%, #326589 165.37%);
    --fonte-principal: "Poppins", sans-serif;
    --azul: #002f52;
}

body {
    background-color: var(--cor-de-fundo);
    font-family: var(--fonte-principal);
    font-size: 16px;
    font-weight: 400;
}

h1 {
    background-color: white;
}
