/* ModaOnline24 — Global storefront typography 2026 v2.4.0 */
:root {
	--mo24-font-sans: "Albert Sans", Arial, sans-serif;
}

body,
body button,
body input,
body select,
body textarea,
body optgroup {
	font-family: var(--mo24-font-sans) !important;
}

body :where(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.heading-title,
	.theme-title,
	.product-name,
	.woocommerce-loop-product__title
) {
	font-family: var(--mo24-font-sans) !important;
}
