/* Explain: SahelLink brand tokens with Navy and Orange colors */
:root {
    --primary-color: #F7941D;
    --primary-hover: #D97E14;
    --secondary-color: #123C73;
    --accent-color: #E2E8F0;
    --background-color: #F8FAFC;
    --surface-color: #FFFFFF;
    --surface-strong: #F1F5F9;
    --text-color: #334155;
    --text-muted: #475569;
    --border-color: #E2E8F0;
    --white-color: #FFFFFF;
    --success-color: #10B981;
    --error-color: #EF4444;
    --shadow-soft: 0 10px 40px rgba(18, 60, 115, 0.08);
    --shadow-card: 0 4px 6px rgba(18, 60, 115, 0.05), 0 10px 15px rgba(18, 60, 115, 0.03);
    --radius-lg: 1.25rem;
    --radius-md: 0.75rem;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
}
