:root {
  /* Colors — dark European editorial palette */
  --color-bg:         #141210;
  --color-surface:    #1E1B18;
  --color-border:     #2E2A25;
  --color-text:       #E8E2D9;
  --color-text-muted: #8A8278;
  --color-accent:     #0F0D0B;
  --color-accent-alt: #A08860;

  /* Typography */
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-mono:    'IBM Plex Mono', monospace;

  /* Type scale */
  --text-xs:   20px;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.25rem;
  --text-xl:   1.75rem;
  --text-2xl:  2.5rem;
  --text-3xl:  3.5rem;

  /* Spacing (8px base) */
  --space-1:  8px;
  --space-2:  16px;
  --space-3:  24px;
  --space-4:  32px;
  --space-6:  48px;
  --space-8:  64px;
  --space-12: 96px;
  --space-16: 128px;

  /* Layout */
  --max-width: 1280px;
  --page-pad:  5vw;

  /* Transitions */
  --transition: 200ms ease;
}
