.grunge-heading,
h2,
h3,
.ticket-card strong,
.event-date time,
.show-plan strong {
  font-style: italic;
  -webkit-text-stroke: 1px #050505;
  color: #f7f7f2;
  -webkit-text-fill-color: #f7f7f2;
  filter: drop-shadow(2px 2px 0 #050505);
}

.title-world {
  overflow: visible;
  font-style: italic;
}

.title-world {
  border: 2px solid #050505;
  background: #f7f7f2;
  box-shadow:
    4px 4px 0 #050505,
    7px 7px 0 rgba(255, 230, 16, 0.9);
}

.title-main,
.title-sub {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  filter: none;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow:
    2px 2px 0 #050505,
    4px 4px 0 rgba(240, 4, 127, 0.88);
  transform: none;
  white-space: nowrap;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #050505;
}

.title-main::before,
.title-sub::before {
  display: none;
}

.title-sub {
  margin-top: 0.08em;
  margin-left: 0.18em;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.48em;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
}

.title-sub::before {
  opacity: 0.72;
}

.title-main::after,
.title-sub::after {
  display: none;
}
