/* THE IN — assets/fonts.css
   خطوط الواجهة من Google Fonts مع fallbacks محلية.
   ملاحظة: لا توجد ملفات woff2 مرفقة داخل الحزمة، لذلك تم تعطيل @font-face المحلي حتى لا تظهر 404.
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;500;700;800&family=Tajawal:wght@400;500;700;800&family=Cairo:wght@400;500;700;800&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --font-ar: "Noto Kufi Arabic", "Tajawal", "Cairo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-en: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
