/* Self-hosted fonts (latin subsets, woff2) — fonts.googleapis.com is unreliable for the
   RU audience and its render-blocking stylesheet froze navigation for seconds/minutes.
   Same families/weights the Google link used to serve. */
@font-face{ font-family:'Lilita One'; font-style:normal; font-weight:400; font-display:swap;
  src:url('LilitaOne-400.woff2') format('woff2'); }
@font-face{ font-family:'MedievalSharp'; font-style:normal; font-weight:400; font-display:swap;
  src:url('MedievalSharp-400.woff2') format('woff2'); }
@font-face{ font-family:'Rajdhani'; font-style:normal; font-weight:600; font-display:swap;
  src:url('Rajdhani-600.woff2') format('woff2'); }
@font-face{ font-family:'Rajdhani'; font-style:normal; font-weight:700; font-display:swap;
  src:url('Rajdhani-700.woff2') format('woff2'); }

/* Premium desert refresh (2026-06-14): Cinzel for loader/display, Outfit for clean text.
   Variable woff2 (one file per family covers the full weight range). */
@font-face{ font-family:'Cinzel'; font-style:normal; font-weight:400 900; font-display:swap;
  src:url('Cinzel-var.woff2') format('woff2'); }
@font-face{ font-family:'Outfit'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('Outfit-var.woff2') format('woff2'); }

/* Grobold — chunky rounded cartoon display (Brawl-Stars vibe), 2026-06-14. Latin + digits only. */
@font-face{ font-family:'Grobold'; font-style:normal; font-weight:400 700; font-display:swap;
  src:url('Grobold.ttf') format('truetype'); }
