/* Add custom CSS styles below */ 
h1, h2, h3, h4, h5, h6 {
  color: #70451c;
}

/* الشريط العلوي */
header > div:first-child {
  background-color: #70451c !important; /* بني */
}

/* مربع البحث */
header input[type="search"],
header input[type="text"] {
  background-color: #70451c !important; /* بني فاتح */
  color: #ffffff !important;
  border: none !important;
}

/* نص البحث (placeholder) */
header input::placeholder {
  color: #f5f5f5 !important;
}