/* Custom AED Font */
@font-face {
    font-family: 'igNewAEDSymbolFont';
    src: url('fonts/igAedFont.woff2') format('woff2');
    font-weight: normal;
    unicode-range: U+0000-FFFF;
}

/* Apply only to AED symbol */
.ig-aed-symbol {
    font-family: 'igNewAEDSymbolFont' !important;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}