:root {
  --bg: #0a0806;
  --bg-2: #12100c;
  --card: #1a1610;
  --accent: #FFB800;
  --accent-2: #E5A000;
  --accent-glow: rgba(255, 184, 0, 0.4);
  --gold-light: #FFD700;
  --gold-dark: #B8860B;
  --cream: #D4A574;
  --muted: #a89f94;
  --text: #f5f0e8;
  --border: #2d2618;
  --shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}








