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

:root {
 --cor-de-fundo: #ebecee;
 --branco: #ffffff;
}

body{
    background-color: var(--cor-de-fundo);
}
