/**
 * 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;
}

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