/**
 * Vazirmatn — self-hosted Persian webfont for the Alixa storefront.
 * Self-hosted (not CDN) so it loads reliably on Iranian hosting.
 */
@font-face {
	font-family: 'Vazirmatn';
	src: url('fonts/Vazirmatn-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Vazirmatn';
	src: url('fonts/Vazirmatn-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Vazirmatn';
	src: url('fonts/Vazirmatn-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Apply across the storefront (canvas body carries .alixa-storefront). */
.alixa-storefront,
.alixa-storefront h1, .alixa-storefront h2, .alixa-storefront h3, .alixa-storefront h4,
.alixa-storefront p, .alixa-storefront a, .alixa-storefront span, .alixa-storefront div,
.alixa-storefront li, .alixa-storefront label, .alixa-storefront td, .alixa-storefront th,
.alixa-storefront button, .alixa-storefront input, .alixa-storefront textarea, .alixa-storefront select {
	font-family: 'Vazirmatn', Tahoma, 'Iranian Sans', sans-serif;
}
