:root {
  /* Colors - "Maghreb Modernism" */
  --color-ink: #111111;
  --color-ink-light: #333333;
  --color-paper: #F6F5F2;
  --color-paper-dim: #EAE8E3;
  --color-zellige-blue: #0A2F5C;
  --color-atlas-terracotta: #B94532;
  --color-sahara-sand: #D5B990;

  /* Typography */
  --font-display: 'Fraunces', serif;
  --font-body: 'Public Sans', sans-serif;
  --font-mono: 'Courier New', Courier, monospace;

  /* Typographic Scale - Base 16px */
  --text-xs: 0.75rem; /* 12px */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  --text-xl: 1.25rem; /* 20px */
  --text-2xl: 1.5rem; /* 24px */
  --text-3xl: 1.875rem; /* 30px */
  --text-4xl: 2.25rem; /* 36px */
  --text-5xl: 3rem; /* 48px */
  --text-6xl: 3.75rem; /* 60px */
  --text-7xl: 4.5rem; /* 72px */

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Layout Constraints */
  --max-w-content: 800px;
  --max-w-container: 1200px;
  --max-w-wide: 1440px;
}
