/* Explain: Theme tokens for the serene luxury yoga studio identity. - */
:root {
    --primary-color: #1B4332;
    --primary-hover: #2D6A4F;
    --secondary-color: #D8E2DC;
    --accent-color: #1B4332;
    --logo-subtitle-color: #1B4332;
    --button-color: #95D5B2;
    --background-color: #F2F0EA;
    --surface-color: #E8E5DC;
    --footer-bg: #E8E5DC;
    --text-color: #081C15;
    --text-muted: #2D4A3E;
    --border-color: rgba(27, 67, 50, 0.15);
    --glass-bg: rgba(242, 240, 234, 0.8);
    --glass-border: rgba(27, 67, 50, 0.25);
    --nav-bg: rgba(242, 240, 234, 0.9);
    --field-bg: rgba(255, 255, 255, 0.7);
    --sage-soft: rgba(27, 67, 50, 0.1);
    --sage-dark: #081C15;
    --terracotta-soft: rgba(45, 106, 79, 0.15);
    --shadow-soft: 0 22px 70px rgba(8, 28, 21, 0.06);
    --shadow-button: 0 16px 36px rgba(27, 67, 50, 0.2);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
