/**
 * IcoMoon Font - UAE Dirham Symbol
 * Generated from IcoMoon.io
 */

@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.eot?jsqr3e');
  src: url('/fonts/icomoon.eot?jsqr3e#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?jsqr3e') format('truetype'),
    url('/fonts/icomoon.woff?jsqr3e') format('woff'),
    url('/fonts/icomoon.svg?jsqr3e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-DirhamSymbol:before {
  content: "\e900";
  font-size: 0.75em; /* Reduce size to 75% */
  vertical-align: -0.05em; /* Adjust vertical alignment */
}

/* Dirham symbol styling */
.currency-dirham {
  font-family: 'icomoon' !important;
  font-size: 0.75em; /* Reduce size to 75% */
  display: inline-block;
  margin-right: 0.1em;
  vertical-align: -0.05em;
}

.currency-dirham:before {
  content: "\e900";
}
