@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --background: #040303;
  --backgroundFosco:  #100b0b;
  --contraste: rgb(5, 80, 145);
  --azul: #2E1B87;
  --lilas: #DDA0DD;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: "Quicksand", sans-serif;
}


