/**
 * Custom OMR Symbol Font Styles
 * 
 * This stylesheet applies the custom Oman Riyal (OMR) symbol font
 * to WooCommerce price displays across the site.
 */

@font-face {
    font-family: 'igNewOmrSymbolFont';
    src: url('fonts/igOmrFont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+004D, U+004F, U+0052;
}

/* WooCommerce core price displays */
body .woocommerce-Price-currencySymbol,
body .woocommerce-Price-amount.amount,
body .woocommerce-Price-amount.amount bdi,
body .wc-block-components-product-price__value,
body .wc-block-components-product-price__regular,
body .wc-block-formatted-money-amount,
body .wc-block-components-totals-item__value,
body .wc-block-components-product-sale-badge__saved-price,
/* Admin area */
body .order_total.column-order_total,
body .wc-shipping-zone-method-currency,
/* Additional WooCommerce elements */
body .price,
body .price bdi,
body .amount,
body .amount bdi,
body span.woocommerce-Price-currencySymbol {
    font-family: 'igNewOmrSymbolFont', sans-serif !important;
    font-size: 1.12em;
    line-height: 1.05;
}
