/* Explain: Theme tokens for the serene luxury yoga studio identity */
:root {
    --primary-color: #C47346;
    --primary-hover: #A95D34;
    --secondary-color: #F2EBE1;
    --accent-color: #C47346;
    --logo-subtitle-color: #C47346;
    --button-color: #C47346;
    --background-color: #FFFDF9;
    --surface-color: #F8F3EA;
    --footer-bg: #F2EBE1;
    --text-color: #3B2A22;
    --text-muted: #6B5246;
    --border-color: rgba(59, 42, 34, 0.08);
    --glass-bg: rgba(255, 253, 249, 0.72);
    --glass-border: rgba(196, 115, 70, 0.25);
    --nav-bg: rgba(255, 253, 249, 0.85);
    --field-bg: rgba(255, 255, 255, 0.7);
    --sage-soft: rgba(230, 184, 184, 0.3); 
    --sage-dark: #A95D34;
    --terracotta-soft: rgba(196, 115, 70, 0.15);
    --shadow-soft: 0 22px 70px rgba(59, 42, 34, 0.06);
    --shadow-button: 0 16px 36px rgba(196, 115, 70, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
