/* تحميل خط Cairo داخل CSS */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;700;900&display=swap");

/* تطبيق الخط على كل عناصر الواجهة */
html, body, button, input, select, textarea {
  font-family: "Cairo", system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif !important;
}

/* لا تغيّر خط أيقونات Font Awesome */
.fa, .fas, .far, .fal, .fab {
  font-family: "FontAwesome" !important;
}
