/* Reset básico e variáveis globais */

:root {
  --green: #6EB7A9;
  --doricWhite: #D5CFBD66;
  --doricWhitefull: #D5CFBD;
  --sand: #ADA694;
  --white: #eee;
  --text-dark: #222;
  --text-light: #fff;
  --highlight: #008060;
  --title-size: 45px;
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: none;
  border: none;
}