/* Explain: Dark mystic theme tokens for a spiritual healer */
:root {
    --bg-color: #0B0914;
    --surface-color: #171324;
    --surface-light: rgba(255, 255, 255, 0.03);
    --gold: #D4AF37;
    --gold-hover: #F3E5AB;
    --text-main: #F4F4F6;
    --text-muted: #ABA6C1;
    --border-color: rgba(212, 175, 55, 0.25);
    --glass-border: rgba(255, 255, 255, 0.08);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Lora', serif;
}
