/* Self-hosted fonts for Android WebView / kiosk reliability (no Google Fonts dependency). */

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

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/public/fonts/SpaceGrotesk-latin.woff2") format("woff2");
}

