/* Explain: Theme tokens for the management consulting firm identity. - */
:root {
    --primary-color: #1e3a8a;
    --primary-hover: #2563eb;
    --secondary-color: #f1f5f9;
    --accent-color: #d97706;
    --logo-subtitle-color: #475569;
    --button-color: #d97706;
    --background-color: #f8fafc;
    --surface-color: #ffffff;
    --footer-bg: #0f172a;
    --text-color: #0f172a;
    --text-muted: #475569;
    --border-color: rgba(15, 23, 42, 0.12);
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(30, 58, 138, 0.2);
    --nav-bg: rgba(255, 255, 255, 0.9);
    --field-bg: rgba(241, 245, 249, 0.8);
    --sage-soft: rgba(37, 99, 235, 0.1);
    --sage-dark: #1e40af;
    --terracotta-soft: rgba(217, 119, 6, 0.2);
    --shadow-soft: 0 20px 40px rgba(15, 23, 42, 0.05);
    --shadow-button: 0 10px 25px rgba(217, 119, 6, 0.3);
    --font-heading: 'Cairo', sans-serif;
    --font-body: 'Tajawal', sans-serif;
    --font-logo: 'Cairo', sans-serif;
}