@font-face {
  font-family: "Press Start 2P";
  src: url("https://cdn.lanfermann.dev/fonts/PressStart2P-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.retro-mode,
.retro-mode * {
  font-family: "Press Start 2P", cursive !important;
  font-size: 0.8rem !important;
  color: #00ff00 !important;
  border-color: #00ff00 !important;
}

.retro-mode,
.retro-mode *:not(img):not(svg):not(video):not(canvas) {
  background-color: #000000 !important;
}

.retro-mode a {
  color: #ff00ff !important;
}
