/* Brown-tinted version of the original header texture. */
.topbar {
  background-color: #140907 !important;
  background-image:
    linear-gradient(115deg, rgba(255, 197, 91, 0.08) 0%, transparent 34%, rgba(0, 0, 0, 0.30) 78%),
    url("assets/xiaoxiao-header-bg.png?v=clean3") !important;
  background-position: center, center !important;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat !important;
  background-blend-mode: screen, luminosity !important;
}
