body {
  background-color: #111;
  color: #eee;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.25;
  margin: 0 auto 10em auto;
  max-width: 50em;
}
h1 {
  font-size: 3em;
  margin: 0 .75em;
  position: absolute;
  top: 3em;
}
h4 {
  font-size: 1.25em;
}
h1, h4 {
  display: flex;
  align-items: center;
  gap: .5rem;
}
h1::before, h4::before {
  content: "";
  font-weight: 900;
  inline-size: 2.25em;
  block-size: 2.25em;
  background: url(/logo.png) no-repeat center / contain;
  flex: 0 0 auto;
}
h1 span, h4 span {
  border-bottom: .1em solid #ee881d;
}
h2 {
  color: orange;
  margin-top: 2em;
  position: relative;
}
:root {
  --link:        #3B82F6; /* blue-500 */
  --visited:     #9C5AFD; /* violet-600 (still readable) */
  --hover:       #E67E22; /* warm amber/orange */
  --active:      #D64541; /* softer red */
}
#issues h3 {
  border-bottom: .25em solid orange;
}
a {
  color: var(--link);
  text-decoration: underline;    /* keeps it readable even when lighter */
}
a:visited { color: var(--visited) }
a:hover,
a:focus { color: var(--hover) }
a:active { color: var(--active) }
summary {
  font-size: 1.1em;
  font-weight: bold;
  padding: .25em;
}
/* details div {
  padding-left: 3em;
} */
pre {
  color: #999;
  white-space: pre-wrap;
  word-wrap: break-word;
}
form#mailinglist1, form#mailinglist2 {
  margin: 2em 0;
  text-align: center;
}
