/* Explain: Theme tokens for the modern corporate branding. - */
:root {
    --primary-color: #1E3A8A;
    --primary-hover: #D97706;
    --secondary-color: #F1F5F9;
    --accent-color: #1E3A8A;
    --logo-subtitle-color: #F59E0B;
    --button-color: #F59E0B;
    --background-color: #FFFFFF;
    --surface-color: #F8FAFC;
    --footer-bg: #F1F5F9;
    --text-color: #0F172A;
    --text-muted: #475569;
    --border-color: rgba(15, 23, 42, 0.1);
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(30, 58, 138, 0.15);
    --nav-bg: rgba(255, 255, 255, 0.95);
    --field-bg: #FFFFFF;
    --sage-soft: rgba(30, 58, 138, 0.1);
    --sage-dark: #1E3A8A;
    --terracotta-soft: rgba(245, 158, 11, 0.2);
    --shadow-soft: 0 22px 70px rgba(15, 23, 42, 0.06);
    --shadow-button: 0 16px 36px rgba(245, 158, 11, 0.3);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Montserrat', sans-serif;
}