@font-face {
    font-family: 'gulf-currencies';
    src: url('../fonts/gulf-currencies.eot');
    src: url('../fonts/gulf-currencies.eot') format('embedded-opentype'),
    url('../fonts/gulf-currencies.ttf') format('truetype'),
    url('../fonts/gulf-currencies.woff') format('woff'),
    url('../fonts/gulf-currencies.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    unicode-range: U+E001, U+E002, U+20C1, U+E900;
}

/* Generic class for elements containing Gulf currency symbols */
.gulf-currency,
/* Backward compatibility with old class name */
.sar-currency-symbol{
    font-family: 'gulf-currencies', serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* WooCommerce Admin Dashboard */
.gulf-currency-dashboard{
    font-family: 'gulf-currencies', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
