/* ========================
NotoSansArabic – ALL WEIGHTS
======================== */

/* Thin - 100 */
@font-face {
  font-family: 'NotoSansArabic';
  src: url('/themes/website/vitrinarabic/font/notosans/NotoSansArabic-Thin.ttf') format('truetype');
  font-weight: 100;
}

/* ExtraLight - 200 */
@font-face {
  font-family: 'NotoSansArabic';
  src: url('/themes/website/vitrinarabic/font/notosans/NotoSansArabic-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}

/* Light - 300 */
@font-face {
  font-family: 'NotoSansArabic';
  src: url('/themes/website/vitrinarabic/font/notosans/NotoSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
}

/* Regular - 400 */
@font-face {
  font-family: 'NotoSansArabic';
  src: url('/themes/website/vitrinarabic/font/notosans/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
}

/* Medium - 500 */
@font-face {
  font-family: 'NotoSansArabic';
  src: url('/themes/website/vitrinarabic/font/notosans/NotoSansArabic-Medium.ttf') format('truetype');
  font-weight: 500;
}

/* SemiBold - 600 */
@font-face {
  font-family: 'NotoSansArabic';
  src: url('/themes/website/vitrinarabic/font/notosans/NotoSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

/* Bold - 700 */
@font-face {
  font-family: 'NotoSansArabic';
  src: url('/themes/website/vitrinarabic/font/notosans/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
}

/* ExtraBold - 800 */
@font-face {
  font-family: 'NotoSansArabic';
  src: url('/themes/website/vitrinarabic/font/notosans/NotoSansArabic-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

/* Black - 900 */
@font-face {
  font-family: 'NotoSansArabic';
  src: url('/themes/website/vitrinarabic/font/notosans/NotoSansArabic-Black.ttf') format('truetype');
  font-weight: 900;
}

/********************************************/

body,
ul,
li,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
dialog {
  font-family: 'NotoSansArabic', sans-serif !important; 
}

body * {
  font-family: 'NotoSansArabic', sans-serif !important;
}












