/* Vazirmatn variable font - self-hosted inside the theme.
   No external CDN dependency (jsDelivr is unreachable for some Iranian hosts). */

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