/* =========================
   Vazirmatn Font
   ========================= */

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}


/* =========================
   IRANSansX Font
   ========================= */

@font-face {
  font-family: 'IRANSansX';
  src: url('/fonts/IRANSansX/IRANSansX-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'IRANSansX';
  src: url('/fonts/IRANSansX/IRANSansX-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'IRANSansX';
  src: url('/fonts/IRANSansX/IRANSansX-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'IRANSansX';
  src: url('/fonts/IRANSansX/IRANSansX-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}


/* =========================
   Default Font
   ========================= */

html,
body,
* {
  font-family: 'Vazirmatn', 'IRANSansX', sans-serif !important;
}
