/* Explain: Theme design tokens (colors, fonts) — single source of truth. - */
:root {
    --primary-color: #a31621; /* خمري */
    --primary-hover: #8a121c;
    --secondary-color: #0f2862; /* كحلي */
    --accent-color: #e5e7eb;
    --background-color: #ffffff; /* أبيض */
    --surface-color: #f8fafc;
    --surface-light: #f1f5f9;
    --text-color: #0f2862; /* كحلي للنصوص */
    --text-muted: #475569;
    --border-color: #e2e8f0;
    --font-heading: 'Cairo', sans-serif;
    --font-body: 'Cairo', sans-serif;
    --neon-glow: 0 4px 15px rgba(15, 40, 98, 0.08);
}