/*
 * IRANSans, self-hosted (assets/fonts). Two families:
 *   IRANSans       - Latin digits (default everywhere; digits are converted explicitly in code)
 *   IRANSansFaNum  - Persian digit glyphs, opt in with the .fa-num utility class
 * woff2 first, woff as fallback; no external font requests at runtime.
 */
@font-face { font-family: 'IRANSans'; font-style: normal; font-weight: 200; font-display: swap;
  src: url('../fonts/IRANSansWeb_UltraLight.woff2') format('woff2'), url('../fonts/IRANSansWeb_UltraLight.woff') format('woff'); }
@font-face { font-family: 'IRANSans'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('../fonts/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/IRANSansWeb_Light.woff') format('woff'); }
@font-face { font-family: 'IRANSans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/IRANSansWeb.woff2') format('woff2'), url('../fonts/IRANSansWeb.woff') format('woff'); }
@font-face { font-family: 'IRANSans'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'), url('../fonts/IRANSansWeb_Medium.woff') format('woff'); }
@font-face { font-family: 'IRANSans'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/IRANSansWeb_Bold.woff') format('woff'); }
@font-face { font-family: 'IRANSans'; font-style: normal; font-weight: 900; font-display: swap;
  src: url('../fonts/IRANSansWeb_Black.woff2') format('woff2'), url('../fonts/IRANSansWeb_Black.woff') format('woff'); }

@font-face { font-family: 'IRANSansFaNum'; font-style: normal; font-weight: 200; font-display: swap;
  src: url('../fonts/IRANSansWeb_UltraLight_FaNum.woff2') format('woff2'), url('../fonts/IRANSansWeb_UltraLight_FaNum.woff') format('woff'); }
@font-face { font-family: 'IRANSansFaNum'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('../fonts/IRANSansWeb_Light_FaNum.woff2') format('woff2'), url('../fonts/IRANSansWeb_Light_FaNum.woff') format('woff'); }
@font-face { font-family: 'IRANSansFaNum'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/IRANSansWeb_FaNum.woff2') format('woff2'), url('../fonts/IRANSansWeb_FaNum.woff') format('woff'); }
@font-face { font-family: 'IRANSansFaNum'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/IRANSansWeb_Medium_FaNum.woff2') format('woff2'), url('../fonts/IRANSansWeb_Medium_FaNum.woff') format('woff'); }
@font-face { font-family: 'IRANSansFaNum'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/IRANSansWeb_Bold_FaNum.woff2') format('woff2'), url('../fonts/IRANSansWeb_Bold_FaNum.woff') format('woff'); }
@font-face { font-family: 'IRANSansFaNum'; font-style: normal; font-weight: 900; font-display: swap;
  src: url('../fonts/IRANSansWeb_Black_FaNum.woff2') format('woff2'), url('../fonts/IRANSansWeb_Black_FaNum.woff') format('woff'); }
