:root {
  /* Colors */
  --bg: #0d0f14;
  --bg-alt: #111318;
  --accent: #e8c547;
  --accent-soft: rgba(232, 197, 71, 0.12);
  --border: rgba(255,255,255,0.08);
  --text-primary: #f0ede6;
  --text-muted: #8a8a9a;

  /* Typography */
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}
