/* 🎨 LOULIDI TRACK Branding Overrides */

/* الألوان الرئيسية */
:root {
  --color-primary: #1E88E5 !important;   /* أزرق */
  --color-secondary: #43A047 !important; /* أخضر */
  --color-accent: #FF9800 !important;    /* برتقالي للتنبيهات */
}

/* زر الدخول */
/* button {
  background-color: var(--color-primary) !important;
  border-radius: 8px !important;
  font-weight: bold !important;
} */

/* الروابط */
/* a {
  color: var(--color-secondary) !important;
} */

/* عنوان تسجيل الدخول */
/* h1, h2, h3 {
  color: var(--color-primary) !important;
  font-family: "Segoe UI", "Arial", sans-serif !important;
} */
