/* Simplified Chinese font override for ROZ:G guide pages (*-zh-cn.html).
   The base stylesheet's Cinzel/Inter/JetBrains Mono stack has no CJK
   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 SC', 'Inter', system-ui, sans-serif;
  --font-display: 'Noto Sans SC', 'Cinzel', serif;
}
