/* W3.CSS Brown Theme
 * w3.css is wrapped in @layer w3, so these unlayered theme classes
 * automatically win the cascade — no !important needed. */

.w3-theme-l5 {
  color: #000;
  background-color: #f8f4f3;
}

.w3-theme-l4 {
  color: #000;
  background-color: #e7dcd7;
}

.w3-theme-d5 {
  color: #fff;
  background-color: #3d2b24;
}

.w3-theme,
.mobile-nav {
  color: #fff;
  background-color: #795548;
}

.w3-text-theme {
  color: #795548;
}
