/* GENERATED — edit /design/ at repo root, then run scripts/sync-design.sh. */

/* Greco-Futurism — typography.
   Fonts are loaded via <link> tags in each app's HTML.
   This file declares the faces, scale, and tracking. */

:root {
  /* Faces */
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "EB Garamond", Georgia, Cambria, "Times New Roman", serif;

  /* Tracking — wide on labels and small caps, generous on buttons */
  --tracking-tight: -0.01em;
  --tracking-normal: 0;
  --tracking-button: 0.04em;
  --tracking-label: 0.08em;
  --tracking-wide: 0.12em;
  --tracking-display: 0.3em;

  /* Leading */
  --leading-tight: 1.2;
  --leading-body: 1.6;
  --leading-loose: 1.8;

  /* Scale — proportional, minor-third */
  --text-xs: 0.75rem;
  --text-sm: 0.85rem;
  --text-base: 0.95rem;
  --text-md: 1.1rem;
  --text-lg: 1.4rem;
  --text-xl: 1.8rem;
  --text-2xl: 2.4rem;
  --text-3xl: 3.2rem;
}
