* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: white;
  font-family: 'Quicksand-VariableFont_wght';
}


/* IMPORTATION */
@font-face {
  font-family: 'CalSans-Regular';
  src: url('../polices/CalSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand-VariableFont_wght';
  src: url('../polices/Quicksand-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

button, input, textarea, select {
  font-family: 'Quicksand-VariableFont_wght';
}

