/* Self-hosted latin subsets when present; Google Fonts as fallback */

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

@font-face {
  font-family: "Orbitron";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src:
    local("Orbitron"),
    url("../fonts/orbitron-latin.woff2") format("woff2");
}

/* Fallback when woff2 files are not deployed */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Orbitron:wght@600;700;800&display=swap");
