/* Visible Persian digits use the same local Persian typeface as the theme. */
html[lang="fa-IR"] body,
body.rtl {
	font-variant-numeric: normal;
}

.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol,
.abis-hp-card__discount,
.abis-card__sale,
.abis-product-badge,
.abis-compare-count,
.abis-toast,
time,
.qty,
input[inputmode="numeric"] {
	font-family: var(--abis-font-family, "IranYekan", Tahoma, sans-serif) !important;
}
