/* Explain: Theme tokens updated with a clean, professional palette featuring warm white, light sage, and subtle gold accents. - */
:root {
    --primary-color: #2A3B32;
    --primary-hover: #1E2B24;
    --secondary-color: #F2F5F3;
    --sage-light: #F2F5F3;
    --accent-color: #D4AF37;
    --logo-subtitle-color: #D4AF37;
    --button-color: #D4AF37;
    --background-color: #FCFBF9;
    --surface-color: #FFFFFF;
    --footer-bg: #F2F5F3;
    --footer-text: #2D3630;
    --text-color: #2D3630;
    --text-muted: #5B665E;
    --border-color: rgba(42, 59, 50, 0.1);
    --glass-bg: rgba(252, 251, 249, 0.92);
    --glass-border: rgba(212, 175, 55, 0.35);
    --nav-bg: rgba(252, 251, 249, 0.95);
    --field-bg: rgba(255, 255, 255, 0.95);
    --shadow-soft: 0 10px 30px rgba(42, 59, 50, 0.05);
    --shadow-button: 0 8px 20px rgba(212, 175, 55, 0.25);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}