/* dirham - UAE Dirham currency symbol font (self-hosted)
 * Source: https://github.com/OfficialArabicFont/dirham
 * Font file: /fonts/dirham.woff2 (1008 bytes)
 */

@font-face {
  font-family: "Dirham";
  src: url("/fonts/dirham.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+20C3;
}

.dirham-symbol {
  font-family: "Dirham" !important;
  speak: never;
  font-style: normal;
  font-weight: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dirham-symbol::before {
  content: "\20C3";
}

.dirham-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
