/**
 * Self-hosted font-face declarations.
 *
 * Each rule lists a *local* file first, and a CDN copy of Vazirmatn
 * (a free, open-source Persian typeface) as a fallback — so the site
 * still renders in a proper Persian font even before real font files
 * are uploaded here. Once licensed IRANYekanX .woff2 files are added
 * to this folder with the exact names below, they load first and the
 * CDN fallback is simply never used. No other CSS file needs to change,
 * since the rest of the theme just references the "IRANYekanX" family.
 */

@font-face{
	font-family:'IRANYekanX';
	src:url('IRANYekanXFaNum-Regular.woff2') format('woff2'),
		url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
	font-weight:400;
	font-style:normal;
	font-display:swap;
}

@font-face{
	font-family:'IRANYekanX';
	src:url('IRANYekanXFaNum-Medium.woff2') format('woff2'),
		url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');
	font-weight:500;
	font-style:normal;
	font-display:swap;
}

@font-face{
	font-family:'IRANYekanX';
	src:url('IRANYekanXFaNum-Bold.woff2') format('woff2'),
		url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
	font-weight:700;
	font-style:normal;
	font-display:swap;
}
