/**
 * IRANYekanX — local variable font (no CDN)
 *
 * Files: assets/fonts/webfont/
 */

@font-face {
	font-family: 'IRANYekanX';
	src:
		url('../fonts/webfont/IRANYekanXVF.woff2') format('woff2-variations'),
		url('../fonts/webfont/IRANYekanXVF.woff2') format('woff2'),
		url('../fonts/webfont/IRANYekanXVF.woff') format('woff-variations'),
		url('../fonts/webfont/IRANYekanXVF.woff') format('woff');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANYekanX';
	src: url('../fonts/webfont/staticfonts/IRANYekanX-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IRANYekanX';
	src: url('../fonts/webfont/staticfonts/IRANYekanX-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@supports (font-variation-settings: normal) {
	body {
		font-family: 'IRANYekanX', system-ui, sans-serif;
	}
}
