/* IranSansX Font Family */

@font-face {
  font-family: 'IranSansX';
  src: url('IRANSansXV.woff2') format('woff2'),
       url('IRANSansXV.woff') format('woff'),
       url('IRANSansXVF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Static Fonts for better browser support */
@font-face {
  font-family: 'IranSansX';
  src: url('IRANSansX-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IranSansX';
  src: url('IRANSansX-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Apply font to body */
body,
html,
[data-kt-app],
[data-kt-app] *:not(i):not(.ki):not(.ki-duotone) {
  font-family: 'IranSansX', 'Vazirmatn', 'Tahoma', 'Segoe UI', sans-serif !important;
}

