/* Noto Sans Arabic — مستضاف ذاتياً (بلا CDN خارجي: أسرع، ويشتغل بلا إنترنت خارجي).
   بديل Cairo الذي ينقصه ٥ حروف سورانية أساسية (ە ێ ۆ ڕ ڵ) فيراها الكردي مربّعات. */
@font-face {
  font-family: 'Cairo';           /* نبقي الاسم كما هو حتى لا نلمس كل ملفات CSS */
  src: url('NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Cairo';
  src: url('NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
/* الأوزان المتوسطة/الثقيلة تُشتقّ من الاثنين أعلاه */
@font-face {
  font-family: 'Cairo';
  src: url('NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Cairo';
  src: url('NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
