/* ndsw-dirham-symbol-font.css
 * Redraws the letters A, E, D using the new official UAE Dirham symbol.
 * Because the font only touches those three glyphs, if it fails to load
 * for any reason the page still shows a perfectly readable "AED".
 */

@font-face {
    font-family: 'NDSWDirhamSymbolFont';
    src: url('fonts/ndsw-dirham-symbol.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0041, U+0044, U+0045; /* A, D, E only */
}

body .woocommerce-Price-currencySymbol,
body .woocommerce-Price-amount.amount,
body .wc-block-components-formatted-money-amount,
body .wc-block-components-product-price__value,
body .wc-block-components-product-price__regular,
body .wc-block-components-totals-item__value,
body .wc-block-cart-item__total-price,
body .wc-block-components-order-summary-item__total-price,
body .order_total.column-order_total,
body .wc-shipping-zone-method-currency,
body .woocommerce-mini-cart__total .amount,
body .product_meta .amount {
    font-family: 'NDSWDirhamSymbolFont', sans-serif !important;
}
