:root {
  /* Base Layers (Night Saloon Depth) */
  --color-bg-primary: #0b0f0c;
  --color-bg-secondary: #141a14;
  --color-surface-elevated: rgba(255, 244, 224, 0.04);
  --color-glass-overlay: rgba(20, 26, 20, 0.6);
  --color-glass-border: rgba(245, 196, 81, 0.15);

  /* Earth Materials */
  --color-saddle-brown: #5a3a1b;
  --color-leather-tan: #a8743a;
  --color-desert-sand: #d6b98c;

  /* Rewards / Gold Economy */
  --color-gold-accent: #f5c451;
  --color-warm-shine: #ffd98a;
  --color-ember-glow: #ffb347;

  /* Nature / Environment Accents */
  --color-cactus-green: #2e5d3a;
  --color-sage-glow: #7fbf7f;

  /* Typography Colors */
  --color-text-primary: #f3e9d2;
  --color-text-secondary: #d7c6a3;
  --color-text-muted: #9b8a6a;

  /* Fonts */
  --font-primary: 'Playfair Display', serif;
  --font-secondary: 'Inter', sans-serif;

  /* Layout */
  --max-width: 1280px;
  --spacing-section-desktop: 100px;
  --spacing-section-tablet: 80px;
  --spacing-section-mobile: 60px;
  --border-radius-lg: 20px;
  --border-radius-md: 16px;
  --border-radius-sm: 8px;

  /* Transitions */
  --transition-smooth: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}