/* Import Tajawal font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* Override body font from aiz-core.css */
body {
  font-family: 'Tajawal', 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/* Apply Tajawal font globally with high priority */
* {
  font-family: 'Tajawal', 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/* Ensure Arabic text uses Tajawal */
:lang(ar),
[dir="rtl"],
.arabic-text {
  font-family: 'Tajawal', 'Nunito', sans-serif !important;
}

/*your custom css goes here*/ 