/* Vazirmatn FD (Farsi Digits) — self-hosted (v33.003, rastikerdar/vazirmatn).
   FD variant renders ASCII digits with Persian glyphs everywhere the theme
   font applies (incl. the React Blocks cart, which bypasses the PHP digit
   conversion). Replaces fonts.googleapis.com (unreachable from Iran). */
@font-face {
	font-family: 'Vazirmatn';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Vazirmatn-FD-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Vazirmatn';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/Vazirmatn-FD-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Vazirmatn';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Vazirmatn-FD-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Vazirmatn';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/Vazirmatn-FD-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Vazirmatn';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/Vazirmatn-FD-Black.woff2') format('woff2');
}
