@font-face {
    font-family: 'AEDCurrencySymbol';
    src: url('../fonts/aed-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.aed-currency-display {
    font-family: 'AEDCurrencySymbol', sans-serif !important;
    white-space: nowrap !important;
    color: black !important;
}