/* ═══════════════════════════════════════════════════════════════════
 * 🔤 SIRAJ ERP — Tajawal Font (Self-Hosted)
 * ═══════════════════════════════════════════════════════════════════
 * 
 * الخط محمّل محلياً (مش من Google Fonts) للأسباب التالية:
 *   ✅ يشتغل دائماً (لا يعتمد على شبكة خارجية)
 *   ✅ أسرع (لا DNS resolution)
 *   ✅ لا مشاكل CSP / CORS
 *   ✅ يعمل offline
 *   ✅ خصوصية أفضل (لا تتبع من Google)
 * 
 * الترخيص: OFL (Open Font License) — راجع OFL.txt
 * المصدر: https://github.com/aaqibuddin/tajawal
 * ═══════════════════════════════════════════════════════════════════
 */

/* ExtraLight 200 */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/assets/fonts/Tajawal-ExtraLight.woff2') format('woff2');
}

/* Light 300 */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/Tajawal-Light.woff2') format('woff2');
}

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

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

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

/* ExtraBold 800 */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/Tajawal-ExtraBold.woff2') format('woff2');
}

/* Black 900 */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/Tajawal-Black.woff2') format('woff2');
}
