:root {
  color-scheme: light dark;
}
body {
  background-color: light-dark(#fcfafa, #222222);
  color: light-dark(#000707, #f7f0f0);
  font: 500 1.1em/1.3 Equity A, Nimbus Roman No9 L, Nimbus Roman, Times New Roman, STIX Two Text;
  font: 500 1.1em/1.35 Equity A, STIX Two Text, serif;
  text-align: justify;
  width: 40em;
}
pre {
  box-shadow: 5px 5px 5px light-dark(#d7d7d7, #171717);
}
code {
  font: 500 0.85em/1.2 Triplicate A Code, Nimbus Mono PS, Nimbus Mono, "Courier 10 Pitch", Courier;
  background-color: light-dark(#eee, #303030);
}
a {
  color: light-dark(#0000ee, #1177ff);
}
a:visited {
  color: light-dark(#551a8b, #bb44ff);
}
a:active {
  color: light-dark(#ff0000, #ff2222);
}
.article-meta, .menu a {
  background-color: light-dark(#eee, #303030);
}
hr {
  border-style: solid;
  color: #aaa;
}
/*
 * It's wild how much CSS has and hasn't changed since I first learned
 * it back in 1999 or so.  Variables probably could've been added a lot
 * sooner, but then again I'm not even using them here.  I don't think
 * anybody missing floating clearfix divs.  I'm a fan of Sass and all
 * that jazz, but it's kind of overkill for what I've got above.  
 *
 * Past this, there's nothing "more to explore".  Congrats.
 * 
 * Outer Wilds isn't my favorite game in the world, but it's got style.
 *
 * Let's just hope there's something of a sequel ...
 */
