/* Palais Mascotte — Typography tokens
   Three voices: Poster (Tanker, huge condensed caps) · Display/Logo (Zilla Slab ≈ Diplomat) · Body/UI (Jost ≈ Century Gothic). */
:root{
  --font-poster:'Tanker','Arial Narrow',sans-serif;          /* billboard / event names — uppercase only */
  --font-display:'Zilla Slab',Georgia,serif;                 /* logo wordmark, headlines, editorial */
  --font-body:'Jost','Century Gothic','Futura',sans-serif;   /* running text, UI, labels */
  --font-mono:'Zilla Slab',ui-monospace,monospace;

  /* Type scale (editorial, poster-driven) */
  --fs-micro:11px;    /* Microtext / Barkarte captions */
  --fs-caption:13px;
  --fs-body:16px;
  --fs-lead:20px;
  --fs-h4:28px;
  --fs-h3:40px;
  --fs-h2:64px;
  --fs-h1:96px;
  --fs-poster:160px;  /* full-bleed event names */

  --lh-tight:0.92;   /* @kind other */
  --lh-snug:1.06;    /* @kind other */
  --lh-body:1.5;     /* @kind other */

  /* Tracking — brand uses wide tracking on microtext / addresses */
  --track-micro:0.22em;   /* THEATERSTRASSE 10, 8001 ZURICH */
  --track-label:0.08em;
  --track-tight:-0.01em;
}
