/* ── Design Tokens ── */
:root {
  --bg: #070708;
  --bg-alt: #0b0c0e;
  --surface: rgba(255,255,255,0.04);
  --border: rgba(245,242,234,0.12);
  --border-strong: rgba(245,242,234,0.25);
  --text: #f5f2ea;
  --text-secondary: #aba79e;
  --text-muted: #74716a;
  --accent: #ded7c4;
  --radius: 6px;
  --font-serif: 'Bodoni Moda', 'Didot', 'Times New Roman', serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --nav-h: 64px;
  --max-w: 1400px;
  --gutter: 24px;
}
