/* Explain: Theme tokens for serene luxury yoga studio identity, updated accent color. - */
:root {
    --primary-color: #34505c; /* Dark slate blue */
    --primary-hover: #263d47;
    --secondary-color: #91b1bc; /* Soft slate blue background */
    --accent-color: #ad8837; /* Gold highlight */
    --background-color: #91b1bc;
    --surface-color: #e9eff0; /* Light cream */
    --footer-bg: #e9eff0;
    
    --text-color: #2c4049;
    --text-muted: #3a5059;
    
    --border-color: rgba(44, 64, 73, 0.15);
    --glass-bg: rgba(233, 239, 240, 0.6);
    --glass-border: rgba(44, 64, 73, 0.2);
    --field-bg: rgba(255, 255, 255, 0.8);
    
    --shadow-soft: 0 15px 40px rgba(44, 64, 73, 0.1);
    --shadow-button: 0 10px 25px rgba(44, 64, 73, 0.15);
    
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Nunito', sans-serif;
    --font-logo: 'Cormorant Garamond', serif;
}