:root {
  --bg:           #faf8f3;
  --bg-2:         #f3f0e8;
  --bg-card:      #ffffff;
  --bg-card-hover:#ffffff;
  --border:       #e5e0d4;
  --border-light: #efeade;
  --gold:         #8B6914;
  --gold-light:   #a07d20;
  --gold-dim:     rgba(139,105,20,0.15);
  --text:         #1a1814;
  --text-2:       #5a5648;
  --text-3:       #9a9488;
  --white:        #1a1814;
  --code-bg:      #f7f5fb;
  --radius:       10px;
  --radius-lg:    16px;
  --shadow:       0 4px 24px rgba(0,0,0,0.4);
  --shadow-lg:    0 12px 48px rgba(0,0,0,0.6);
  --font-serif:   'Playfair Display', Georgia, serif;
  --font-sans:    'DM Sans', system-ui, sans-serif;
  --font-mono:    'DM Mono', 'Courier New', monospace;
}
