/* Explain: Theme tokens for the serene luxury yoga studio identity. - */
:root {
    --primary-color: #5B3A29;
    --primary-hover: #8A5A3C;
    --secondary-color: #EFE3D3;
    --accent-color: #8A5A3C;
    --logo-subtitle-color: #1A1410;
    --button-color: #C8AD8D;
    --background-color: #F7F0E7;
    --surface-color: #EFE3D3;
    --footer-bg: #E8D8C4;
    --text-color: #17120F;
    --text-muted: #5E5148;
    --border-color: rgba(23, 18, 15, 0.14);
    --glass-bg: rgba(247, 240, 231, 0.74);
    --glass-border: rgba(91, 58, 41, 0.28);
    --nav-bg: rgba(247, 240, 231, 0.82);
    --field-bg: rgba(255, 250, 244, 0.68);
    --sage-soft: rgba(138, 90, 60, 0.14);
    --sage-dark: #5B3A29;
    --terracotta-soft: rgba(200, 173, 141, 0.24);
    --shadow-soft: 0 22px 70px rgba(23, 18, 15, 0.10);
    --shadow-button: 0 16px 36px rgba(91, 58, 41, 0.24);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}