.ascii-background {
  position: absolute;
  inset: 0;
  z-index: -1;

  width: 100%;
  height: 100%;

  color: var(--color-accent);

  font-family: var(--font-family-mono);
  font-size: clamp(0.625rem, 1vw, 0.875rem);

  opacity: 0.22;

  pointer-events: none;
  user-select: none;
}
