/* Thai-script font override for ROZ:G guide pages (*-th.html).
   The base stylesheet's Cinzel/Inter/JetBrains Mono stack has no Thai
   glyphs, so this reassigns the --font-body/--font-display variables it
   reads, keeping the Latin fonts as fallback for numbers and proper nouns. */
:root {
  --font-body: 'Noto Sans Thai', 'Inter', system-ui, sans-serif;
  --font-display: 'Noto Sans Thai', 'Cinzel', serif;
}
