/**
 * Performance-oriented font map.
 * Multiple CSS weights intentionally share a small set of licensed WOFF2 files.
 */
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 100 500;
  font-display: swap;
  src: url('../fonts/iransans/woff2/IRANSansXFaNum-Regular.woff2') format('woff2');
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('../fonts/iransans/woff2/IRANSansXFaNum-DemiBold.woff2') format('woff2');
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 701 1000;
  font-display: swap;
  src: url('../fonts/iransans/woff2/IRANSansXFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: Morabba;
  font-style: normal;
  font-weight: 100 500;
  font-display: swap;
  src: url('../fonts/morabba/fonts/woff2/Morabba-Regular.woff2') format('woff2');
}

@font-face {
  font-family: Morabba;
  font-style: normal;
  font-weight: 501 1000;
  font-display: swap;
  src: url('../fonts/morabba/fonts/woff2/Morabba-Bold.woff2') format('woff2');
}
