@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("fonts/space-grotesk-latin.woff2") format("woff2");
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
      html { height: 100%; scroll-behavior: smooth; }
      body { height: 100%; margin: 0; background-color: #0A0A0F; }
