* {
  box-sizing: border-box;
}
@font-face {
  font-family: "Quicksand";
  src: url("/assets/fonts/Quicksand-VariableFont_wght.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap; /* Optional: improves performance */
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-VariableFont_wdth,wght.woff2") format("woff2");

  font-weight: 100 900;
  font-style: normal;
  font-display: swap; /* Optional: improves performance */
}
body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  background-color: #ededed;
  font-family: "Quicksand";
  font-weight: 400;
}
