/* ec_currency - currency symbols not yet present in system fonts.
   SAR U+20C1 (Unicode 17.0) | AED U+20C3 (Unicode 18.0) */
@font-face {
    font-family: 'ec_currency';
    src: url('ec_currency.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+20C1, U+20C3;
}

.ec-currency {
    font-family: 'ec_currency', var(--bs-body-font-family);
}