@font-face {
  font-family: "MyUnderwood";
  font-style: normal;
  font-weight: 500; /* ??? */
  src: local(""),
    /* Super Modern Browsers */ url("../font/MyUnderwood-webfont.woff")
      format("woff"),
    /* Modern Browsers */ url("../font/MyUnderwood-webfont.ttf")
      format("truetype");
}

.page {
  font-family: "MyUnderwood", Courier, "Courier New", monospace;
  background-color: oklch(91.6374% 0.034554 90.51575/1); /* daisy bg-base-100 */
  font-size: 0.875rem;
  color: black;
}

.page h3 {
  font-size: 0.875rem;
  font-weight: normal;
}

.page a {
  color: inherit;
}

.page  p {
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.page  p:has(+ ul) {
  margin-bottom: 0;
}

.page  ul {
  list-style-type: disc;
}

.page  ul li {
  margin-left: 1rem;
  line-height: 1rem;
}

.page img:hover,
.page svg:hover {
  outline: none !important;
}

.page s {
  text-decoration: line-through solid #c81e17 2px;
}

.page .chaostokens {
  display: flex;
  gap: 0.5rem 0.5rem;
  flex-wrap: wrap;
}

.page .chaostokens img {
  max-height: 2.5rem;
  height: auto;
  width: auto;
  display: inline-block;
  border: 1px solid black;
  border-radius: 9999px;
}
