@font-face {
	font-family: 'iransansXV';
	src: url('fonts/IRANSansX/IRANSansXV.woff') format('woff-variations'), url('fonts/IRANSansX/IRANSansXV.woff') format('woff');
	font-weight: 100 1000;
	font-display: fallback;
}

@font-face {
	font-family: iransansx;
	src: url('fonts/IRANSansX/IRANSansX-Regular.woff') format('woff');
}

@font-face {
	font-family: iransansx;
	src: url('fonts/IRANSansX/IRANSansX-Bold.woff') format('woff');
	font-weight: 700;
}


body {
	font-family: iransansx, tahoma;
}

@supports (font-variation-settings: normal) {
	body {
		font-family: 'iransansxv', tahoma;
	}
}