/* ==========================================================================
   TorGames Premium v3.0 — self-hosted Google Fonts (font-display:swap)
   To install: download the WOFF2 files from https://gwfh.mranftl.com/fonts and
   place them in /assets/fonts/. The @font-face below already points to them.
   Subsetting to latin+latin-ext keeps total weight under ~50KB.
   ========================================================================== */

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url('../fonts/orbitron-variable.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC;
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/rajdhani-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC;
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/rajdhani-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/rajdhani-700.woff2') format('woff2');
}

/* If the WOFF2 files are missing the browser falls back to the system stack
   defined in main.css (system-ui, -apple-system, Segoe UI, Roboto). */
