/* Explain: Theme tokens for the serene luxury yoga studio identity. - */
:root {
    --primary-color: #2563eb;
    --primary-hover: #1d4ed8;
    --secondary-color: #1e3a8a;
    --accent-color: #3b82f6;
    --logo-subtitle-color: #60a5fa;
    --button-color: #1e3a8a;
    --background-color: #000000;
    --surface-color: #050b14;
    --footer-bg: #000000;
    --text-color: #93c5fd;
    --text-muted: #60a5fa;
    --border-color: rgba(59, 130, 246, 0.3);
    --glass-bg: rgba(0, 0, 0, 0.72);
    --glass-border: rgba(59, 130, 246, 0.4);
    --nav-bg: rgba(0, 0, 0, 0.85);
    --field-bg: rgba(15, 23, 42, 0.8);
    --sage-soft: rgba(59, 130, 246, 0.2);
    --sage-dark: #bfdbfe;
    --terracotta-soft: rgba(37, 99, 235, 0.3);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.6);
    --shadow-button: 0 16px 36px rgba(37, 99, 235, 0.3);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
