:root {
  --color-bg: #0b0d10;
  --color-bg-raised: #14171b;
  --color-bg-raised-2: #1b1f24;
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.16);

  --color-text: #f2ede4;
  --color-text-muted: #a8a29a;
  --color-text-faint: #6b6660;

  --color-accent: #d9ab5a;
  --color-accent-strong: #f0c479;
  --color-accent-dim: rgba(217, 171, 90, 0.14);

  --font-display: 'Iowan Old Style', 'Palatino Linotype', Georgia, ui-serif, serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --text-hero: clamp(2.75rem, 2rem + 3.5vw, 5.5rem);
  --text-h1: clamp(2rem, 1.6rem + 1.8vw, 3.25rem);
  --text-h2: clamp(1.5rem, 1.3rem + 0.9vw, 2.1rem);
  --text-lead: clamp(1.05rem, 1rem + 0.3vw, 1.25rem);
  --text-base: 1rem;
  --text-small: 0.875rem;

  --space-section: clamp(4rem, 3rem + 4vw, 8rem);
  --space-lg: clamp(2rem, 1.6rem + 1.5vw, 3.5rem);
  --space-md: 1.5rem;
  --space-sm: 0.75rem;

  --radius-lg: 20px;
  --radius-md: 12px;
  --radius-sm: 8px;

  --duration-fast: 150ms;
  --duration-normal: 320ms;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);

  --max-width: 1200px;
}
