:root {
  --color-bg: #0c0a09;
  --color-bg-elevated: #141110;
  --color-bg-card: #1a1614;
  --color-surface: #221c18;
  --color-text: #f5f0e8;
  --color-text-muted: #a89f92;
  --color-text-faint: #6b635a;
  --color-accent: #c9a227;
  --color-accent-soft: rgba(201, 162, 39, 0.15);
  --color-red: #8b2635;
  --color-red-bright: #b83244;
  --color-border: rgba(245, 240, 232, 0.08);
  --color-border-strong: rgba(201, 162, 39, 0.35);

  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'DM Sans', system-ui, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  --radius-sm: 4px;
  --radius-md: 8px;

  --header-h: 4.5rem;
  --max-width: 72rem;
  --transition: 0.25s ease;
}
