/* ملف الخطوط المحلية - الخط العربي والإنجليزي */

/* الخط العربي */
@font-face {
  font-family: 'Arabic';
  src: url('arabic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* إذا كان لديك ملفات إضافية للخط العربي بأوزان مختلفة، أضفها هنا */
/* مثال:
@font-face {
  font-family: 'Arabic';
  src: url('arabic-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/

/* الخط الإنجليزي */
@font-face {
  font-family: 'English';
  src: url('english.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* إذا كان لديك ملفات إضافية للخط الإنجليزي بأوزان مختلفة، أضفها هنا */
/* مثال:
@font-face {
  font-family: 'English';
  src: url('english-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/
