@import url("styles/header.css")
:root {
--cor-de-fundo: #ebecee;
}
body {
background: var(--cor-de-fundo);
}
.cabecalho__menu-hamburguer {
height: 24px;
width: 24px;
background-image: url("../img/Menu.svg");
display: inline-block;
}