/* Explain: Theme tokens for the AIG brand colors and typography. */
:root {
    --primary-color: #0F172A;
    --primary-hover: #1E293B;
    --secondary-color: #10B981;
    --accent-color: #D4A017;
    --logo-subtitle-color: #64748B;
    --button-color: #D4A017;
    --background-color: #F5F7F4;
    --bg-warm-offwhite: #FAFBF8;
    --bg-mist-green: #EEF3F1;
    --surface-color: #FFFFFF;
    --footer-bg: #0F172A;
    --text-color: #0F172A;
    --text-muted: #475569;
    --border-color: #E2E8F0;
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(226, 232, 240, 0.8);
    --nav-bg: rgba(255, 255, 255, 0.95);
    --field-bg: #FFFFFF;
    --sage-soft: #ECFDF5;
    --sage-dark: #047857;
    --terracotta-soft: rgba(212, 160, 23, 0.15);
    --shadow-soft: 0 10px 40px -10px rgba(15, 23, 42, 0.08);
    --shadow-button: 0 8px 20px -6px rgba(212, 160, 23, 0.4);
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
}