/* Explain: Theme tokens for the serene luxury yoga studio identity. - */
:root {
    --primary-color: #0056b3;
    --primary-hover: #004494;
    --secondary-color: #f0f7ff;
    --accent-color: #ff6b00;
    --logo-subtitle-color: #333333;
    --button-color: #ff6b00;
    --background-color: #f8f9fa;
    --surface-color: #ffffff;
    --footer-bg: #f1f5f9;
    --text-color: #1e293b;
    --text-muted: #475569;
    --border-color: rgba(30, 41, 59, 0.12);
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(0, 86, 179, 0.2);
    --nav-bg: rgba(255, 255, 255, 0.9);
    --field-bg: rgba(248, 250, 252, 0.8);
    --sage-soft: rgba(0, 86, 179, 0.08);
    --sage-dark: #0056b3;
    --terracotta-soft: rgba(255, 107, 0, 0.15);
    --shadow-soft: 0 22px 70px rgba(0, 86, 179, 0.08);
    --shadow-button: 0 16px 36px rgba(255, 107, 0, 0.3);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
