/* ============================================================
   إذاعة القرآن الكريم — خط الهوية الرسمي
   «عام الإبل» The Year of The Camel — خط العناوين في دليل الهوية
   (BRIEF.md §1). يُحمَّل ذاتيًا من assets/fonts، لا من مزوّد خارجي.

   الملفات WOFF2 مقسَّمة (subset) على العربية واللاتيني الأساسي وعلامات
   الترقيم: ٩٥ ك.ب للوزن بدل ٣٥٥ ك.ب في ملف OTF الأصلي، مع الإبقاء على
   كل جداول التشكيل العربي (init / medi / fina / ccmp / mark / rlig /
   calt / kern) — الشكل الظاهر مطابق للأصل تمامًا. ملفات .otf الأصلية
   محفوظة بجانبها كمصدر، ولا تُحمَّل في الصفحة.

   ملاحظة: بيانات الاسم الداخلية في ملفات الخط غير دقيقة (وزن Regular
   يحمل name-id 1 = «ExLight»)، لذا نصرّح باسم العائلة والوزن هنا
   صراحةً ولا نعتمد على ما بداخل الملف.

   font-display: swap مقصود — النص يظهر فورًا بالخط البديل ثم يُستبدل،
   ولا تبقى العناوين غير مرئية أثناء التحميل.
   ============================================================ */

@font-face {
  font-family: "TheYearofTheCamel";
  src: url("../assets/fonts/TheYearofTheCamel-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheYearofTheCamel";
  src: url("../assets/fonts/TheYearofTheCamel-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheYearofTheCamel";
  src: url("../assets/fonts/TheYearofTheCamel-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheYearofTheCamel";
  src: url("../assets/fonts/TheYearofTheCamel-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheYearofTheCamel";
  src: url("../assets/fonts/TheYearofTheCamel-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheYearofTheCamel";
  src: url("../assets/fonts/TheYearofTheCamel-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheYearofTheCamel";
  src: url("../assets/fonts/TheYearofTheCamel-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
