/* Explain: Theme tokens for the serene luxury yoga studio identity. - */
:root {
    --primary-color: #111111;
    --primary-hover: #333333;
    --secondary-color: #F9F8F6;
    --accent-color: #B38B59;
    --logo-subtitle-color: #B38B59;
    --button-color: #111111;
    --button-text: #FFFFFF;
    --background-color: #FFFFFF;
    --surface-color: #F9F8F6;
    --footer-bg: #111111;
    --text-color: #1A1A1A;
    --text-muted: #666666;
    --border-color: #EAEAEA;
    --glass-bg: rgba(255, 255, 255, 0.98);
    --glass-border: #EAEAEA;
    --nav-bg: rgba(255, 255, 255, 0.98);
    --field-bg: #FFFFFF;
    --sage-soft: #F0EDE8;
    --sage-dark: #111111;
    --terracotta-soft: rgba(179, 139, 89, 0.15);
    --shadow-soft: 0 15px 40px rgba(0, 0, 0, 0.04);
    --shadow-button: 0 4px 15px rgba(0, 0, 0, 0.15);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}