/* Official Saudi Riyal Sign (U+20C1) — glyph font until OS fonts ship Unicode 17.
   Source: @emran-alhaddad/saudi-riyal-font (SIL Open Font License 1.1). */
@font-face {
  font-family: "SaudiRiyal";
  src: url("/fonts/saudi-riyal/saudi_riyal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+20C1, U+E900;
}

@font-face {
  font-family: "SaudiRiyal";
  src: url("/fonts/saudi-riyal/saudi_riyal-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+20C1, U+E900;
}

.sar-symbol,
.currency-symbol--sar {
  font-family: "SaudiRiyal", inherit;
  font-style: normal;
  font-weight: inherit;
}
