@font-face {
    font-family: 'AEDSymbol';
    src: url('../font/AEDSymbol-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Custom Currency Symbol for AED */
.cf-currency-symbol-aed {
    display: inline-block;
    font-family: 'AEDSymbol' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    /* Reset mask properties */
    -webkit-mask-image: none;
    mask-image: none;
    background-color: transparent;
    width: auto;
    height: auto;
    /* Adjust color and size if needed */
    color: inherit;
}