/*
 * الخطوط مستضافة محلياً.
 *
 * السبب: سياسة الأمان تمنع تحميل موارد من نطاقات خارجية، فرابط Google Fonts
 * في الملف الأصلي كان يُحجب ويظهر خط النظام الاحتياطي بدل Tajawal. والاستضافة
 * المحلية أفضل على أي حال: لا يُكشف عنوان جهاز الموظف لطرف ثالث مع كل فتحة
 * صفحة، ولا يتوقف شكل النظام على توفّر خدمة خارجية، والتحميل أسرع لأن الخط
 * يأتي من المصدر نفسه بلا اتصال شبكي إضافي.
 *
 * الوزن 600 غير مضمَّن لـTajawal عمداً — المتصفح يصطنعه من 500/700 والفرق
 * البصري لا يُذكر، بينما كل ملف وزن إضافي حِمل تحميل دائم.
 */

@font-face { font-family: 'Tajawal'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/tajawal-arabic-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Tajawal'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('/fonts/tajawal-arabic-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Tajawal'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/tajawal-arabic-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Tajawal'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('/fonts/tajawal-arabic-800-normal.woff2') format('woff2'); }

/* المحارف اللاتينية — الأرقام والرموز داخل نص عربي */
@font-face { font-family: 'Tajawal'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/tajawal-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+FEFF; }
@font-face { font-family: 'Tajawal'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/tajawal-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+FEFF; }

@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/cairo-arabic-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('/fonts/cairo-arabic-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cairo'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/cairo-arabic-700-normal.woff2') format('woff2'); }

/* Amiri — خط المستندات الرسمية المطبوعة */
@font-face { font-family: 'Amiri'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/amiri-arabic-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Amiri'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/amiri-arabic-700-normal.woff2') format('woff2'); }
