/*
  fonts.css — خطوط عربية محلية بالكامل (لا تعتمد على إنترنت أو Google Fonts)
  الملفات الفعلية في assets/fonts/ (woff2، نطاق عربي فقط لتصغير الحجم)
*/

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

@font-face {
  font-family: 'Reem Kufi';
  src: url('../assets/fonts/reem-kufi-arabic-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Reem Kufi';
  src: url('../assets/fonts/reem-kufi-arabic-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Reem Kufi';
  src: url('../assets/fonts/reem-kufi-arabic-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Reem Kufi';
  src: url('../assets/fonts/reem-kufi-arabic-700-normal.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

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