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

@font-face {
  font-family: "Space Grotesk";
  src:
    local("Space Grotesk Variable"),
    local("Space Grotesk"),
    url("./fonts/space-grotesk-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

html {
  font-synthesis-weight: none;
}
