/* Explain: Theme tokens for a dark luxury yoga studio identity. - */
:root {
    --primary-color: #588157;
    --primary-hover: #A5BA95;
    --secondary-color: #1A1A1A;
    --accent-color: #A5BA95;
    --logo-subtitle-color: #A5BA95;
    --button-color: #4A6B53;
    --background-color: #000000;
    --surface-color: #0A0A0A;
    --footer-bg: #050505;
    --text-color: #F3F4F6;
    --text-muted: #9CA3AF;
    --border-color: rgba(255, 255, 255, 0.1);
    --glass-bg: rgba(0, 0, 0, 0.72);
    --glass-border: rgba(165, 186, 149, 0.25);
    --nav-bg: rgba(0, 0, 0, 0.78);
    --field-bg: rgba(25, 25, 25, 0.8);
    --sage-soft: rgba(165, 186, 149, 0.15);
    --sage-dark: #A5BA95;
    --terracotta-soft: rgba(163, 177, 138, 0.15);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.5);
    --shadow-button: 0 16px 36px rgba(0, 0, 0, 0.4);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
