/* Explain: Theme tokens with updated blue color scheme. - */
:root {
    --primary-color: #1e293b;
    --primary-hover: #0f172a;
    --secondary-color: #f5f2eb;
    --accent-color: #b89665;
    --logo-subtitle-color: #64748b;
    --button-color: #1e293b;
    --background-color: #fcfbf9;
    --surface-color: #ffffff;
    --footer-bg: #0f172a;
    --text-color: #1e293b;
    --text-muted: #475569;
    --border-color: rgba(30, 41, 59, 0.12);
    --glass-bg: rgba(252, 251, 249, 0.85);
    --glass-border: rgba(184, 150, 101, 0.35);
    --nav-bg: rgba(252, 251, 249, 0.95);
    --field-bg: transparent;
    --brand-soft: rgba(184, 150, 101, 0.15);
    --brand-dark: #0f172a;
    --accent-soft: rgba(184, 150, 101, 0.2);
    --shadow-soft: 0 15px 40px rgba(15, 23, 42, 0.04);
    --shadow-button: 0 10px 25px rgba(15, 23, 42, 0.1);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}