/* IRANSansX FaNum (Persian digits), self-hosted. This file lives in public/ so it is copied verbatim and
   its url()s are resolved by the browser at runtime (NOT processed by webpack). Exposed as 'IRANSans'.
   local() is tried first so an OS-installed copy avoids the download; otherwise the bundled .ttf is used. */
@font-face {
  font-family: 'IRANSans';
  src: local('IRANSansXFaNum Thin'), url('fonts/IRANSansXFaNum-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: local('IRANSansXFaNum UltraLight'), url('fonts/IRANSansXFaNum-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: local('IRANSansXFaNum Light'), url('fonts/IRANSansXFaNum-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: local('IRANSansXFaNum'), local('IRANSansXFaNum Regular'), url('fonts/IRANSansXFaNum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: local('IRANSansXFaNum Medium'), url('fonts/IRANSansXFaNum-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: local('IRANSansXFaNum DemiBold'), url('fonts/IRANSansXFaNum-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: local('IRANSansXFaNum Bold'), url('fonts/IRANSansXFaNum-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: local('IRANSansXFaNum ExtraBold'), url('fonts/IRANSansXFaNum-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: local('IRANSansXFaNum Black'), url('fonts/IRANSansXFaNum-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
