

* {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, sans-serif;
}


body {
  margin: 0;
  color: #3b4d66;
  background: #e9e9e9;
  font-family: "Roboto", system-ui, -apple-system, sans-serif;
}

span {
  color: #3b4d66;
}

@font-face {
  font-family: "Robots";
  src: url("./Assets/fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}