/* assets/fonts/fonts.css */
/* Self-hosted Orbitron (weights used by the navbar). Use WOFF2 if you have it; TTF works too. */
@font-face {
  font-family: "Orbitron";
  src:
    url("./orbitron/webfonts/orbitron-latin-400-normal.woff2") format("woff2"),
    url("./orbitron/ttf/orbitron-latin-400-normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src:
    url("./orbitron/webfonts/orbitron-latin-500-normal.woff2") format("woff2"),
    url("./orbitron/ttf/orbitron-latin-500-normal.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src:
    url("./orbitron/webfonts/orbitron-latin-600-normal.woff2") format("woff2"),
    url("./orbitron/ttf/orbitron-latin-600-normal.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src:
    url("./orbitron/webfonts/orbitron-latin-700-normal.woff2") format("woff2"),
    url("./orbitron/ttf/orbitron-latin-700-normal.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src:
    url("./orbitron/webfonts/orbitron-latin-800-normal.woff2") format("woff2"),
    url("./orbitron/ttf/orbitron-latin-800-normal.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src:
    url("./orbitron/webfonts/orbitron-latin-900-normal.woff2") format("woff2"),
    url("./orbitron/ttf/orbitron-latin-900-normal.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Make a site-wide variable so other CSS can reuse the same family */
:root {
  --nav-font: "Orbitron", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
}
