:root {
  /* Obsidian — Dark backgrounds */
  --obs: #0d0f14;
  --obs2: #141720;
  --obs3: #1c2132;
  --obs4: #222840;

  /* Surfaces */
  --surf: #181e2d;
  --surf2: #1f2538;
  --surf3: #252c42;

  /* Gold — Primary accent */
  --gold: #c9a84c;
  --gold2: #e8c86a;
  --gold3: #9e7c2a;
  --gold-dim: rgba(201, 168, 76, 0.15);

  /* Teal — Secondary accent */
  --teal: #0d6b87;
  --teal2: #1189ab;
  --teal3: #17a4cc;
  --teal-dim: rgba(13, 107, 135, 0.2);

  /* Text */
  --text: #f0ece4;
  --text2: #c4bfb5;
  --text3: #8892b0;
  --text4: #5a6180;

  /* Semantic */
  --success: #2dd4a0;
  --warning: #f59e0b;
  --danger: #ef4444;
  --info: #3b82f6;

  /* Borders */
  --border: rgba(201, 168, 76, 0.12);
  --border2: rgba(255, 255, 255, 0.06);

  /* Typography */
  --font-primary: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-mono: 'DM Mono', monospace;

  /* Shadows */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-xl: 0 12px 36px rgba(0, 0, 0, 0.5);
  --shadow-glow-gold: 0 0 40px rgba(201, 168, 76, 0.15);
  --shadow-glow-teal: 0 0 40px rgba(13, 107, 135, 0.2);

  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 5rem;

  /* Layout */
  --max-width: 1200px;
  --radius: 8px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --transition: 0.3s ease;
  --transition-fast: 0.15s ease;
  --transition-slow: 0.6s ease;
}
