/* Explain: Theme tokens with warm earth and terracotta colors. - */
:root {
    --olive-color: #5C6B50;
    --primary-color: #8C4A32;
    --primary-hover: #703A27;
    --secondary-color: #EBE5DB;
    --accent-color: #8C4A32;
    --logo-subtitle-color: #4A3B32;
    --button-color: #D6C8B8;
    --background-color: #F9F7F2;
    --surface-color: #F0EBE1;
    --footer-bg: #E6DFD3;
    --text-color: #3D312A;
    --text-muted: #7A6558;
    --border-color: rgba(61, 49, 42, 0.15);
    --glass-bg: rgba(249, 247, 242, 0.75);
    --glass-border: rgba(140, 74, 50, 0.25);
    --nav-bg: rgba(249, 247, 242, 0.85);
    --field-bg: rgba(255, 255, 255, 0.7);
    --sage-soft: rgba(140, 74, 50, 0.1);
    --sage-dark: #8C4A32;
    --terracotta-soft: rgba(140, 74, 50, 0.2);
    --shadow-soft: 0 22px 70px rgba(61, 49, 42, 0.08);
    --shadow-button: 0 16px 36px rgba(140, 74, 50, 0.2);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
    --font-calligraphy: 'Great Vibes', cursive;
    --font-handwritten: 'Caveat', cursive;
}