/* إجبار لون أيقونات الهيدر والخط الجانبي */
header *,
header svg,
header svg *,
nav *,
nav svg,
nav svg *,
[role="button"],
[role="button"] *,
button,
button *,
a,
a *,
.fixed *,
.sticky *,
[class*="scroll"],
[class*="Scroll"],
[class*="progress"],
[class*="Progress"] {
  color: #9B8975 !important;
  stroke: #9B8975 !important;
  fill: #9B8975 !important;
  border-color: #9B8975 !important;
}

/* الخط الجانبي حق النزول */
[style*="background"],
[style*="background-color"],
[style*="border-color"] {
  border-color: #9B8975 !important;
}

/* لو الأيقونات معمولة كـ mask */
header [style*="mask"],
header [style*="-webkit-mask"],
button [style*="mask"],
button [style*="-webkit-mask"] {
  background-color: #9B8975 !important;
}


@media (max-width: 768px) {
  html,
  body,
  .app,
  .main,
  .app-content,
  main,
  section,
  [class*="home"],
  [class*="section"] {
    background-color: #000 !important;
  }
}