:root {
  /* Colors */
  --bg: #121214;
  --surface: #1a1a1c;
  --surface-hover: #222224;
  --border: #2a2a2e;
  --border-hover: #363639;
  --text: #f0f0f2;
  --text-muted: #9595a0;
  --text-dim: #5e5e66;
  --accent: #d4a052;
  --accent-soft: rgba(212, 160, 82, 0.10);
  --accent-dim: #8a6a30;
  --accent-bright: #e8b968;
  --success: #3ecf8e;
  --danger: #ef4444;
  --info: #60a5fa;

  /* Typography */
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'DM Serif Display', serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Spacing */
  --container-max: 1140px;
  --section-padding: 5rem 0;
  --container-padding: 0 2rem;
}
