@import url("styles/header.css");

:root{
    --cor-de-fundo: #EBECEE;
    --branco: #ffffff;
    --fonte-principal: "Poppins";
    --roxo:#C75EED;
    --amarelo: #fecd2f;
    --preto:#000000;
    --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;
}

h1{
    background-color: white;
}
