/*
 * خط IBM Plex Sans Arabic.
 *
 * النظام القديم يشير إليه في font-family لكنه **لم يُحمَّل قط** — لا <link>
 * ولا @font-face في أي من الصفحتين، فكان يسقط دائماً إلى خط النظام.
 *
 * الملفات لا تُشحن مع المستودع (‎~٣٠٠KB). لجلبها مرة واحدة:
 *     npm run fonts
 * وإن غابت، يسقط العرض إلى system-ui كما هو الحال اليوم — بلا انكسار.
 *
 * لا CDN عمداً: الخادم قد يعمل خلف شبكة مغلقة، والاعتماد على طرف خارجي
 * يجعل تحميل الصفحة رهيناً بتوفّره.
 */

@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexSansArabic-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexSansArabic-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexSansArabic-Bold.woff2") format("woff2");
}
