@import url("styles/header.css");
@import url("styles/banner.css");
:root {
 --cor-de-fundo: #d5e1f7 ;
 --rosa: #fcfcfc;
 --branco:#FFFFFF;
 --azul-degrade: linear-gradient(97.54deg, #002F52 35.49%, #326589 165.37%);
 --fonte-principal:"Poppins";
}
 body{
    background-color: var(--cor-de-fundo);
    font-family: var(--fonte-principal);
    font-size: 16px;
    font-weight: 400;
 }


