/* Inter Font Family */ 
@font-face { 
  font-family: 'Inter'; 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
  src: url('../fonts/inter/inter-400.ttf') format('truetype'); 
} 
 
@font-face { 
  font-family: 'Inter'; 
  font-style: normal; 
  font-weight: 500; 
  font-display: swap; 
  src: url('../fonts/inter/inter-500.ttf') format('truetype'); 
} 
 
@font-face { 
  font-family: 'Inter'; 
  font-style: normal; 
  font-weight: 600; 
  font-display: swap; 
  src: url('../fonts/inter/inter-600.ttf') format('truetype'); 
} 
 
@font-face { 
  font-family: 'Inter'; 
  font-style: normal; 
  font-weight: 700; 
  font-display: swap; 
  src: url('../fonts/inter/inter-700.ttf') format('truetype'); 
}
 
/* Noto Sans Arabic Font Family */ 
@font-face { 
  font-family: 'Noto Sans Arabic'; 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
  src: url('../fonts/noto-sans-arabic/noto-sans-arabic-400.ttf') format('truetype'); 
} 
 
@font-face { 
  font-family: 'Noto Sans Arabic'; 
  font-style: normal; 
  font-weight: 500; 
  font-display: swap; 
  src: url('../fonts/noto-sans-arabic/noto-sans-arabic-500.ttf') format('truetype'); 
} 
 
@font-face { 
  font-family: 'Noto Sans Arabic'; 
  font-style: normal; 
  font-weight: 600; 
  font-display: swap; 
  src: url('../fonts/noto-sans-arabic/noto-sans-arabic-600.ttf') format('truetype'); 
} 
 
@font-face { 
  font-family: 'Noto Sans Arabic'; 
  font-style: normal; 
  font-weight: 700; 
  font-display: swap; 
  src: url('../fonts/noto-sans-arabic/noto-sans-arabic-700.ttf') format('truetype'); 
}
 
/* Cairo Font Family - Arabic */
@font-face { 
  font-family: 'Cairo'; 
  font-style: normal; 
  font-weight: 300; 
  font-display: swap; 
  src: url('../fonts/cairo/cairo-light.woff2') format('woff2'); 
} 
 
@font-face { 
  font-family: 'Cairo'; 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
  src: url('../fonts/cairo/cairo-regular.woff2') format('woff2'); 
} 
 
@font-face { 
  font-family: 'Cairo'; 
  font-style: normal; 
  font-weight: 500; 
  font-display: swap; 
  src: url('../fonts/cairo/cairo-medium.woff2') format('woff2'); 
} 
 
@font-face { 
  font-family: 'Cairo'; 
  font-style: normal; 
  font-weight: 600; 
  font-display: swap; 
  src: url('../fonts/cairo/cairo-semibold.woff2') format('woff2'); 
} 
 
@font-face { 
  font-family: 'Cairo'; 
  font-style: normal; 
  font-weight: 700; 
  font-display: swap; 
  src: url('../fonts/cairo/cairo-bold.woff2') format('woff2'); 
} 
 
@font-face { 
  font-family: 'Cairo'; 
  font-style: normal; 
  font-weight: 800; 
  font-display: swap; 
  src: url('../fonts/cairo/cairo-extrabold.woff2') format('woff2'); 
}
