/*
 * Vazirmatn - bundled with the plugin, never fetched from a CDN, so admin
 * screens and frontend forms render identically on offline/intranet
 * installs and no visitor data leaks to a third-party font host.
 *
 * Vazirmatn by Saber Rastikerdar, SIL Open Font License 1.1 (see OFL.txt).
 *
 * The variable file covers weights 100-900 in a single 111KB request;
 * browsers without variable-font support fall back to four static cuts.
 */

@font-face {
	font-family: 'KhoshzoghCRM-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;
}

@supports not (font-variation-settings: normal) {
	@font-face {
		font-family: 'KhoshzoghCRM-Vazirmatn';
		src: url('Vazirmatn-Regular.woff2') format('woff2');
		font-weight: 400;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'KhoshzoghCRM-Vazirmatn';
		src: url('Vazirmatn-Medium.woff2') format('woff2');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'KhoshzoghCRM-Vazirmatn';
		src: url('Vazirmatn-SemiBold.woff2') format('woff2');
		font-weight: 600;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'KhoshzoghCRM-Vazirmatn';
		src: url('Vazirmatn-Bold.woff2') format('woff2');
		font-weight: 700 900;
		font-style: normal;
		font-display: swap;
	}
}
