/* Explain: Theme tokens defining the color palette and typography. - */
:root {
    --primary-color: #0A2540;
    --primary-hover: #113A63;
    --secondary-color: #E6F0FA;
    --accent-color: #D9480F;
    --logo-subtitle-color: #718096;
    --button-color: #D9480F;
    --button-text: #FFFFFF;
    --background-color: #F7FAFC;
    --surface-color: #FFFFFF;
    --footer-bg: #0A2540;
    --text-color: #1A202C;
    --text-muted: #4A5568;
    --border-color: #E2E8F0;
    --glass-bg: rgba(255, 255, 255, 0.9);
    --glass-border: #E2E8F0;
    --nav-bg: rgba(255, 255, 255, 0.95);
    --field-bg: #F7FAFC;
    --sage-soft: #EDF2F7;
    --sage-dark: #2D3748;
    --terracotta-soft: rgba(217, 72, 15, 0.15);
    --shadow-soft: 0 10px 40px rgba(10, 37, 64, 0.08);
    --shadow-button: 0 8px 20px rgba(217, 72, 15, 0.3);
    --font-heading: 'Noto Sans SC', 'Montserrat', sans-serif;
    --font-body: 'Noto Sans SC', 'Roboto', sans-serif;
    --font-logo: 'Montserrat', sans-serif;
}