/* ==========================
   Arabic Font: 29LTAzer
========================== */
@font-face {
  font-family: '29LTAzer';
  src: url('/fonts/ARABIC/29LTAzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '29LTAzer';
  src: url('/fonts/ARABIC/29LTAzer-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '29LTAzer';
  src: url('/fonts/ARABIC/29LTAzer-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '29LTAzer';
  src: url('/fonts/ARABIC/29LTAzer-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ==========================
   English Font: Trebuchet MS
========================== */
@font-face {
  font-family: 'Trebuchet MS';
  src: url('/fonts/ENGLISH/Trebuchet MS.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('/fonts/ENGLISH/Trebuchet MS Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('/fonts/ENGLISH/Trebuchet MS Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('/fonts/ENGLISH/Trebuchet MS Bold Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
