/* ============================================================================
   VICE — TYPOGRAPHY TOKENS  ·  v1
   Law 6: ONE display voice per surface. Clean sans body + mono telemetry +
   exactly ONE of the display voices below. Never two.
   ==========================================================================*/

:root {
  --vice-font-body:        'Inter', 'Avenir Next', -apple-system, BlinkMacSystemFont, sans-serif;
  --vice-font-mono:        'SF Mono', 'JetBrains Mono', ui-monospace, Menlo, monospace;

  /* --- THE DISPLAY VOICES. Pick exactly ONE per surface. --- */
  --vice-font-blackletter: 'UnifrakturCook', 'Cloister Black', serif;         /* Penthouse */
  --vice-font-serif:       Georgia, 'Times New Roman', serif;                 /* HONU      */
  /* Hub-only voice; no flagship in flight uses it. Nanum Myeongjo (webfont) renders;
     AppleMyungjo picks up on macOS. */
  --vice-font-hangul:      'Nanum Myeongjo', 'AppleMyungjo', serif;           /* Hub (용)  */
  /* Didot is licensed with no free web binary — Bodoni Moda (Google Fonts) is the
     shipped true-Didone; Didot/Bodoni MT still pick up on systems that have them. */
  --vice-font-didone:      'Bodoni Moda', 'Didot', 'Bodoni MT', Georgia, serif; /* Terrazza */

  --vice-track-telemetry:  0.22em;   /* Law 6 range: 0.15–0.3em */
}
