/**
 * Self-hosted Persian webfont — IRANSansXV (variable, weight 100–900).
 * Copied from the Berim frontend (public/fonts/woff2/IRANSansXV.woff2).
 * font-display: swap keeps text visible during load (no render blocking).
 * The font URL is rewritten at enqueue time so this file stays portable.
 */

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