/* الخط العربي */
@font-face {
  font-family: 'Cairo';
  src: url('web/fonts/Cairo-Regular.ttf') format('truetype');
  font-weight: 400;  /* الوزن العادي */
  font-display: swap;  /* الخط البديل سيظهر أولاً ثم يتم استبداله بعد تحميل الخط */
}

@font-face {
  font-family: 'Cairo';
  src: url('web/fonts/Cairo-Bold.ttf') format('truetype');
  font-weight: 700;  /* الوزن العريض */
  font-display: swap;  /* الخط البديل سيظهر أولاً ثم يتم استبداله بعد تحميل الخط */
}

/* الخط الإنجليزي */
@font-face {
  font-family: 'Roboto';
  src: url('web/fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 400;  /* الوزن العادي */
  font-display: swap;  /* الخط البديل سيظهر أولاً ثم يتم استبداله بعد تحميل الخط */
}

@font-face {
  font-family: 'Roboto';
  src: url('web/fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;  /* تحديد النمط كـ إيطالي */
  font-display: swap;  /* الخط البديل سيظهر أولاً ثم يتم استبداله بعد تحميل الخط */
}
