body {
  font-family: Inter, system-ui, sans-serif;
  background: #000;
  color: #fff;
}

.font-anton {
  font-family: Anton, Impact, sans-serif;
  letter-spacing: 0.02em;
}

.font-marker {
  font-family: "Permanent Marker", cursive;
}

.stroke-title {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.55);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}

.panel {
  border-top: 2px solid #1f1f1f;
  border-bottom: 2px solid #1f1f1f;
}

.grid-scratches {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 62px 62px;
}

.arrow-note::after {
  content: "→";
  margin-left: 0.35rem;
}
