/* Vazirmatn — self-hosted (loads entirely from your own server, no Google CDN).
 *
 * This stylesheet is used automatically ONLY when the font file below exists in
 * this same folder (assets/fonts/). Until then the theme falls back to Google
 * Fonts so the site keeps working.
 *
 * TO GO FULLY LOCAL — add ONE file to this folder (assets/fonts/):
 *   1. Download Vazirmatn from the official project:
 *        https://github.com/rastikerdar/vazirmatn/releases  (latest)
 *      inside the zip open:  fonts/variable/Vazirmatn[wght].woff2
 *   2. Rename that file to:  vazirmatn-variable.woff2
 *   3. Upload it here:       assets/fonts/vazirmatn-variable.woff2
 * That is all — the theme then serves Vazirmatn locally on every page.
 */
@font-face {
	font-family: 'Vazirmatn';
	src: url('vazirmatn-variable.woff2') format('woff2-variations'),
	     url('vazirmatn-variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
