/* Explain: Theme tokens for the serene luxury yoga studio identity. */
:root {
    --primary-color: #697A6C;
    --primary-hover: #E3E7DC;
    --secondary-color: #EBE5DD;
    --accent-color: #697A6C;
    --logo-subtitle-color: #A27E6A;
    --button-color: #DDE2D8;
    --background-color: #FBFBFA;
    --surface-color: #F4F0EA;
    --footer-bg: #EAE6DF;
    --text-color: #2B332C;
    --text-muted: #646E66;
    --border-color: rgba(43, 51, 44, 0.12);
    --glass-bg: rgba(251, 251, 250, 0.75);
    --glass-border: rgba(105, 122, 108, 0.25);
    --nav-bg: rgba(251, 251, 250, 0.85);
    --field-bg: rgba(255, 255, 255, 0.6);
    --sage-soft: rgba(105, 122, 108, 0.15);
    --sage-dark: #39473B;
    --terracotta-soft: rgba(162, 126, 106, 0.2);
    --shadow-soft: 0 22px 70px rgba(43, 51, 44, 0.08);
    --shadow-button: 0 16px 36px rgba(105, 122, 108, 0.2);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}