@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

html,
body {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-synthesis: none;
}
