:root {
  --color-bg: #0c0e12;
  --color-bg-elevated: #151922;
  --color-bg-soft: #1c2230;
  --color-text: #eef1f6;
  --color-text-muted: #9aa3b5;
  --color-accent: #c4a35a;
  --color-accent-dim: rgba(196, 163, 90, 0.22);
  --color-border: rgba(196, 163, 90, 0.18);
  --color-line: rgba(238, 241, 246, 0.08);

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  --header-height: 4.25rem;
  --max-width: 70rem;
  --radius: 2px;
  --cta-radius: 2px;
  --transition: 0.28s ease;
}
