/* fonts.css — self-host خطوط نون (نفس النسخ المعتمدة في القالب المرجعي) */
/* ضع ملفات .ttf تحت: /public/fonts/ */

@font-face{
  font-family:'Noto Naskh Arabic';
  src:url('/fonts/NotoNaskhArabic-Regular.ttf') format('truetype');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Noto Naskh Arabic';
  src:url('/fonts/NotoNaskhArabic-SemiBold.ttf') format('truetype');
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Noto Naskh Arabic';
  src:url('/fonts/NotoNaskhArabic-Bold.ttf') format('truetype');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Cairo';
  src:url('/fonts/Cairo-Regular.ttf') format('truetype');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Cairo';
  src:url('/fonts/Cairo-Bold.ttf') format('truetype');
  font-weight:700; font-style:normal; font-display:swap;
}

@font-face{
  font-family:'Baloo Bhaijaan 2';
  src:url('/fonts/BalooBhaijaan2-Regular.ttf') format('truetype');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Baloo Bhaijaan 2';
  src:url('/fonts/BalooBhaijaan2-Bold.ttf') format('truetype');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Baloo Bhaijaan 2';
  src:url('/fonts/BalooBhaijaan2-ExtraBold.ttf') format('truetype');
  font-weight:800; font-style:normal; font-display:swap;
}
