/* =============================================================================
   QTEZH fonts
   -----------------------------------------------------------------------------
   TODO(Phase 0/license): Self-host TildaSans (primary) + a full-Cyrillic Inter.
   The font stack in theme.css is 'TildaSans', 'Inter', Arial, sans-serif.

   Until the licensed TildaSans + Cyrillic Inter woff2 files are dropped into
   ./fonts/, we DO NOT declare @font-face for them — the stack falls back to
   Arial / system sans-serif, which renders the Russian (Cyrillic) content
   correctly. The placeholder below is intentionally commented out so nothing
   404s. Uncomment and add the matching files in fonts/ when licensing clears.
   ========================================================================== */

/*
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 250 1000;
  font-display: swap;
  src: url('../fonts/tildasans/TildaSans-VF.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter/Inter-Cyrillic.woff2') format('woff2');
}
*/
