/**
 * متغيرات الهوية المشتركة لبوابة العملاء.
 * غيّر --font-family هنا فقط لتوحيد الخط في الدخول والمنصة.
 */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap");

:root {
  --font-family: "Cairo", "Tahoma", sans-serif;
}
