/* Explain: Theme tokens for the serene luxury yoga studio identity. - */
:root {
    --primary-color: #2C4C3B;
    --primary-hover: #1E3629;
    --secondary-color: #F0F4F1;
    --accent-color: #D96C4E;
    --logo-subtitle-color: #8C9993;
    --button-color: #2C4C3B;
    --button-text-color: #FFFFFF;
    --background-color: #FDFBF7;
    --surface-color: #FFFFFF;
    --footer-bg: #F5F7F5;
    --text-color: #1A2421;
    --text-muted: #52665A;
    --border-color: #E2E8E4;
    --glass-bg: rgba(253, 251, 247, 0.85);
    --glass-border: rgba(226, 232, 228, 0.8);
    --nav-bg: rgba(253, 251, 247, 0.9);
    --field-bg: #F5F7F5;
    --sage-soft: #F0F4F1;
    --sage-dark: #2C4C3B;
    --terracotta-soft: rgba(217, 108, 78, 0.15);
    --shadow-soft: 0 8px 30px rgba(44, 76, 59, 0.04);
    --shadow-button: 0 4px 14px rgba(44, 76, 59, 0.12);
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-logo: 'Outfit', sans-serif;
}
