/* Explain: Theme tokens for the serene luxury yoga studio identity. - */
:root {
    --primary-color: #0b2a5c;
    --primary-hover: #153b7a;
    --secondary-color: #f4f6f9;
    --accent-color: #cc1b22;
    --logo-subtitle-color: #0b2a5c;
    --button-color: #cc1b22;
    --background-color: #FAF9F6;
    --surface-color: #ffffff;
    --footer-bg: #0b2a5c;
    --text-color: #1a1a1a;
    --text-muted: #555555;
    --border-color: rgba(11, 42, 92, 0.12);
    --glass-bg: rgba(250, 249, 246, 0.85);
    --glass-border: rgba(11, 42, 92, 0.15);
    --nav-bg: rgba(250, 249, 246, 0.95);
    --field-bg: rgba(255, 255, 255, 0.8);
    --brand-soft-blue: rgba(11, 42, 92, 0.08);
    --brand-soft-red: rgba(204, 27, 34, 0.08);
    --shadow-soft: 0 22px 70px rgba(11, 42, 92, 0.08);
    --shadow-button: 0 16px 36px rgba(204, 27, 34, 0.25);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Montserrat', sans-serif;
}