/*
  IranSansX Farsi Numerals Font

  Font Weights:
  - Thin (100)
  - UltraLight (200)
  - Light (300)
  - Regular (400)
  - Medium (500)
  - DemiBold (600)
  - Bold (700)
  - ExtraBold (800)
  - Black (900)
*/

/* 100 */
@font-face {
  font-family: 'IRANSansXFaNum';
  src: url('../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Thin.woff2') format('woff2'),
       url('../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

/* 200 */
@font-face {
  font-family: 'IRANSansXFaNum';
  src: url('../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-UltraLight.woff2') format('woff2'),
       url('../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

/* 300 */
@font-face {
  font-family: 'IRANSansXFaNum';
  src: url('../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2') format('woff2'),
       url('../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* 400 */
@font-face {
  font-family: 'IRANSansXFaNum';
  src: url('../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2') format('woff2'),
       url('../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* 500 */
@font-face {
  font-family: 'IRANSansXFaNum';
  src: url('../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2') format('woff2'),
       url('../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* 600 */
@font-face {
  font-family: 'IRANSansXFaNum';
  src: url('../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2') format('woff2'),
       url('../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* 700 */
@font-face {
  font-family: 'IRANSansXFaNum';
  src: url('../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2') format('woff2'),
       url('../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* 800 */
@font-face {
  font-family: 'IRANSansXFaNum';
  src: url('../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-ExtraBold.woff2') format('woff2'),
       url('../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

/* 900 */
@font-face {
  font-family: 'IRANSansXFaNum';
  src: url('../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.woff2') format('woff2'),
       url('../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/*
 * IconSax Font
*/

@font-face {
  font-family: 'iconsax';
  src:  url('../fonts/iconsax/iconsax.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}