/* assets/css/custom.css */

body {
    font-family: 'Cairo', sans-serif;
    background-color: #f8fafc;
}

/* تثبيت الألوان الأساسية فوراً */
.bg-primary { background-color: #f97316 !important; }
.text-primary { color: #f97316 !important; }
.border-primary { border-color: #f97316 !important; }

.bg-secondary { background-color: #1f2937 !important; }
.text-secondary { color: #1f2937 !important; }

/* إصلاحات عامة */
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.banner-720 {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}