body.theme-eightbit {
  --paper: #0f1a0f;
  --ink: #9bbc0f;
  --muted: #8bac0f;
  --line: #306230;
  --clay: #e0f8d0;
  --serif: "Courier New", Courier, monospace;
  --sans: "Courier New", Courier, monospace;
  background: #0f1a0f;
  color: #9bbc0f;
  image-rendering: pixelated;
}
body.theme-eightbit .board {
  border: 4px solid #9bbc0f;
  box-shadow: 8px 8px 0 #306230;
  border-radius: 0;
  background: #0f380f;
  padding: 24px 16px;
}
body.theme-eightbit h1 {
  font-family: inherit;
  font-size: 1.35rem;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.25;
}
body.theme-eightbit .kind { color: #e0f8d0; }
body.theme-eightbit .cta {
  background: #9bbc0f;
  color: #0f1a0f;
  border-radius: 0;
  border: 4px solid #e0f8d0;
  font-family: inherit;
  text-transform: uppercase;
}
body.theme-eightbit .hero { border-radius: 0; border: 4px solid #306230; }
body.theme-eightbit .qr { border-radius: 0; background: #e0f8d0; }
body.theme-eightbit .by, body.theme-eightbit .by a { color: #8bac0f; }
