/* Tilda export leaves the burger lines white while the header is white. */
.t199__header .t-menuburger span {
  background-color: #111 !important;
}

.t199__header .t199__menu-item,
.t199__header .t199__lang-item,
.t199__header .t199__logo-text-mobile {
  color: #111 !important;
}

/* Keep oversized Tilda brush headings from spilling on narrow phones. */
@media (max-width: 480px) {
  [style*="font-family:'LeviBrush'"],
  [style*="font-family: LeviBrush"],
  [style*="font-family:'LeviBrush';"],
  [style*="font-family:LeviBrush"] {
    overflow-wrap: anywhere;
  }
}
