/* Explain: Theme tokens for the serene luxury yoga studio identity updated to Cappies purple and gold */
:root {
    --primary-color: #5B21B6;
    --primary-hover: #7C3AED;
    --secondary-color: #F3E8FF;
    --accent-color: #D97706;
    --logo-subtitle-color: #B45309;
    --button-color: #F59E0B;
    --background-color: #FDFBF7;
    --surface-color: #F8F4FB;
    --footer-bg: #F3E8FF;
    --text-color: #2E1065;
    --text-muted: #581C87;
    --border-color: rgba(91, 33, 182, 0.12);
    --glass-bg: rgba(253, 251, 247, 0.72);
    --glass-border: rgba(91, 33, 182, 0.25);
    --nav-bg: rgba(253, 251, 247, 0.78);
    --field-bg: rgba(255, 255, 255, 0.6);
    --sage-soft: rgba(217, 119, 6, 0.15);
    --sage-dark: #B45309;
    --terracotta-soft: rgba(91, 33, 182, 0.15);
    --shadow-soft: 0 22px 70px rgba(46, 16, 101, 0.08);
    --shadow-button: 0 16px 36px rgba(217, 119, 6, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
