@font-face {
    font-family: 'saudi_riyal';
    src: url(saudi_riyal.woff2) format('woff2'),
        url(saudi_riyal.woff) format('woff'),
        url(saudi_riyal.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Ensure the icon class correctly loads the Riyal symbol */
.icon-saudi_riyal::before {
    content: "\e900";
    font-family: 'saudi_riyal' !important;
    font-size: inherit;
    color: inherit;
}
