/* Van9 typography — Commissioner (display) / Inter (UI) / Literata (accent serif),
   the shared home.gr stack served with Greek subsets; continuity lives in type,
   differentiation lives in the palette (spec §0.2). Geist Mono for plates/codes.
   RULE: never `text-transform: uppercase` on Greek — it breaks tonos.
   If caps are wanted, write capital letters in the content itself. */
:root{
  --font-display:'Commissioner','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-ui:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-serif:'Literata',Georgia,'Times New Roman',serif;
  --font-price:var(--font-serif);/* prices are printed ink — the accent serif's one UI job */
  --font-mono:'Geist Mono',ui-monospace,'SF Mono',Menlo,monospace;
  /* Scale (mobile-first; body never below 16px on touch) */
  --text-display-xl:40px;--leading-display-xl:1.08;
  --text-display-lg:32px;--leading-display-lg:1.12;
  --text-display-md:26px;--leading-display-md:1.18;
  --text-display-sm:22px;--leading-display-sm:1.22;
  --text-title:18px;--leading-title:1.3;
  --text-body-lg:17px;--leading-body-lg:1.5;
  --text-body-md:16px;--leading-body:1.5;
  --text-body-sm:14px;--leading-body-sm:1.45;
  --text-caption:12.5px;--leading-caption:1.35;
  /* Prices — Fraunces, tabular where digits align */
  --text-price-lg:28px;--text-price-md:22px;--text-price-sm:18px;
  /* Weights */
  --weight-regular:400;--weight-medium:500;--weight-semibold:600;
  --weight-display:620;/* Commissioner display weight */
  --weight-price:600;
  /* Tracking — keep ~0; Greek dislikes tight tracking */
  --tracking-display:-0.01em;--tracking-body:0;--tracking-caption:0.01em;
}
