/* custom-sar-font.css */

@font-face {
    font-family: 'igNewSARSymbolFont';
    src: url('fonts/igSarFont.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
    unicode-range: U+0041, U+0045, U+0052, U+0053;
}

body .woocommerce-Price-currencySymbol,
body .wc-block-components-product-price__value,
body .wc-block-components-product-price__regular,
body .wc-block-formatted-money-amount,
body .order_total.column-order_total,
body .woocommerce-Price-amount.amount,
body .wc-shipping-zone-method-currency {
    font-family: 'igNewSARSymbolFont' !important;
}
