/**
 * IRANSans X — local files on host:
 *   IRANSansXV.woff2       (variable, preferred)
 *   IRANSansX-Regular.woff (static regular fallback)
 */

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("IRANSansXV.woff2") format("woff2-variations"),
		url("IRANSansXV.woff2") format("woff2");
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("IRANSansX-Regular.woff") format("woff");
}
