.enable-dhiram-symbol,
.enable-dhiram-symbol * {
  font-feature-settings: 'calt' 1 !important;
  font-variant-ligatures: contextual !important;
}

.without-dhiram-symbol,
.without-dhiram-symbol * {
  font-feature-settings: 'calt' 0 !important;
  font-variant-ligatures: no-contextual !important;
}

@font-face {
  font-family: 'Yas-icons';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Yas-icons.woff2') format('woff2'), url('../fonts/Yas-icons.woff') format('woff');
  font-display: swap;
}

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

@font-face {
  font-family: 'yir-icons';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/yir-icons.eot?5a53bfde87f1726a8da462f5ccf49667#iefix') format('embedded-opentype'),
    url('../fonts/yir-icons.woff2?5a53bfde87f1726a8da462f5ccf49667') format('wofx2'),
    url('../fonts/yir-icons.woff?5a53bfde87f1726a8da462f5ccf49667') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'UAEDirham';
  src:
    url('../fonts/dirham-symbol.woff2') format('woff2'),   /* Modern browsers */
    url("../fonts/dirham-symbol.woff") format("woff"),     /* Safari, older iOS */
    url("../fonts/dirham-symbol.ttf") format("truetype"),  /* Fallback */
    url("../fonts/dirham-symbol.eot");
  font-weight: normal;
  font-style: normal;
}
 
.dirham {
  display: flex;
  align-items: center;
  gap: 5px;
  &::before {
    font-family: 'UAEDirham', system-ui, -apple-system, Arial;
    content: "\E900";  /* Unicode U+00EA */
    font-size: inherit;
  }
}