/* UAE Dirham symbol (private use U+E001 / U+E002) — must be in font stacks used by MUI, not only body */
@font-face {
  font-family: dirhamicon;
  src: url('/fonts/dirhamicon.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+E001, U+E002;
}
body {
  font-family: dirhamicon, 'Noto Sans Arabic', -apple-system, BlinkMacSystemFont, 'SF Pro Text',
    'SF Pro Display', ui-sans-serif, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
}
