/**
 * IRANSans — place .woff2 files in ../fonts/iransans/
 *
 * Expected filenames (from FontIran web package):
 * - IRANSansWeb.woff2          (400)
 * - IRANSansWeb_Medium.woff2   (500)
 * - IRANSansWeb_Bold.woff2     (700)
 * Optional: IRANSansWeb_Light.woff2, IRANSansWeb_UltraLight.woff2
 */

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/iransans/IRANSansWeb.woff2") format("woff2");
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/iransans/IRANSansWeb_Medium.woff2") format("woff2");
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/iransans/IRANSansWeb_Bold.woff2") format("woff2");
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/iransans/IRANSansWeb_Bold.woff2") format("woff2");
}
