/**
 * IRAN Sans — Regular + Bold only (and FaNum). Extra weights were dropped so
 * first paint does not download ~300KB of unused font files.
 * font-display:swap so text paints before fonts finish.
 */
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),
		 url('../fonts/woff/IRANSansWeb.woff') format('woff');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
		 url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
		 url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff');
}

@font-face {
	font-family: IRANSans-FaNum;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
		 url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff');
}
@font-face {
	font-family: IRANSans-FaNum;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
		 url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff');
}
@font-face {
	font-family: IRANSans-FaNum;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
		 url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff');
}
