@font-face {
    font-family: 'SaudiRiyalSymbol';
    src: url('../fonts/saudi-riyal/saudiriyalsymbol.woff2') format('woff2'),
         url('../fonts/saudi-riyal/saudiriyalsymbol.woff') format('woff'),
         url('../fonts/saudi-riyal/saudiriyalsymbol.ttf') format('truetype'),
         url('../fonts/saudi-riyal/saudiriyalsymbol.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UAESymbol';
    src: url('../fonts/uae-dirham/dirham.woff2') format('woff2'),
         url('../fonts/uae-dirham/dirham.woff') format('woff'),
         url('../fonts/uae-dirham/dirham.ttf') format('truetype'),
         url('../fonts/uae-dirham/dirham.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.icon-saudi_riyal,
.saudi-riyal-symbol {
    font-family: 'SaudiRiyalSymbol', sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    vertical-align: baseline;
}

.icon-uae_dirham,
.dirham-symbol,
.uae-dirham-symbol {
    font-family: 'UAESymbol', sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    vertical-align: baseline;
    text-transform: initial;
}
