/* This stuff should be universally compatible. Let's put the fancy stuff in a separate stylesheet. */
*, *::before, *::after {
  box-sizing: border-box;
}
div {
  margin: 0;
  padding: 0;
}
input, button, textarea, select {
  font: inherit;
}
html {
  border-top: 6px solid #16161d;
}
body, .variable {
  font-family: 'atkinson hyperlegible', system-ui, -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'segoe ui', 'helvetica neue', noto, 'noto sans', roboto, cantarell, ubuntu, helvetica, 'trebuchet ms', verdana, calibri, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
}

body {
  line-height: 1.666;
  color: black;
  background: white;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
blockquote, img {
  border: 2px solid #16161d;
}
hr {
  border: 1px solid #16161d;
  margin: 1.25rem 0;
}
pre, code, samp {
  font-family: 'atkinson hyperlegible mono', 'berkeley mono', ui-monospace, menlo, monaco, 'noto mono', 'noto sans mono', 'cascadia code', consolas, 'liberation mono', 'lucida console', monospace;
}
pre, p, li, dt, tr {
  margin: 1rem 0;
}
pre {
  tab-width: 4;
}
dd {
  margin: 1rem 2rem;
}
h1, h2, h3, h4, h5, h6, dt {
  text-transform: uppercase;
  margin: 2rem 0 1rem 0;
}
menu, ul {
  padding-left: 1rem;
}
ol {
  padding-left: 1.66rem;
}
figure > pre, .source {
  background: whitesmoke;
  border: 2px solid #16161d;
}
blockquote {
  background: whitesmoke;
  margin: 1rem 0;
}
dt, th, code {
  font-weight: bold;
}
code, samp {
  font-size: inherit;
}
figcaption {
  font-weight: bold;
  font-size: .95rem;
}
body > header > h1 {
  margin: 1rem 0;
}
body > header > p {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}
main+nav {
  margin-top: 2rem;
}
table {
  margin: 1rem 0 2rem;
  border-collapse: collapse;
}
td, th {
  text-align: left;
  vertical-align: top;
  padding: 0.5rem;
  border: 1px solid #16161d;
}
th {
  background: white;
}
caption {
  text-align: left;
  margin: 0 0 1rem;
  font-style: italic;
}
li {
  margin: .2rem 0;
}
kbd {
  background: white;
  border: 1px solid #16161d;
  color: black;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px;
}
a {
  color: mediumblue;
  cursor: pointer !important;
}
a:active {
  color: skyblue;
}
a:visited {
  color: darkslategray;
}
a:focus, a:hover {
  color: darkblue;
}
.thin {
  border: 1px solid #16161d;
}
.medium {
  border: 2px solid #16161d;
}
.thick {
  border: 4px solid #16161d;
}
.big {
  font-size: 1.25rem;
}
.serial > ul, .webrings > ul, footer > div > ul {
  list-style-type: none;
  padding-left: 0;
}
footer > div > ul > li {
  line-height: 1.2;
}
.inline {
  display: inline !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.no-toc, .normal {
  font-size: 1rem;
}
.straight {
  font-style: normal;
}
.oblique {
  font-style: italic;
}
.underline {
  text-decoration: underline dotted #16161d 1px;
  text-underline-offset: .35rem;
}
.heavy {
  font-weight: bold;
}
.bigger {
  font-size: 1.5rem;
}
.undecorated {
  border: none !important;
  box-shadow: none !important;
}
.rss {
  height: 1rem;
  width: 1rem;
}
.upcase {
  text-transform: uppercase;
}
.tangent, .draft-notes {
  background: whitesmoke;
  margin: 2rem 0 1rem 0;
  padding: 1rem;
  border: 4px dashed #16161d;
}
.draft-notes {
  border: 2px dotted #16161d;
}
figure > blockquote, figure > img {
  margin: 0;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-top-margin {
  margin-top: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.force-top-margin {
  margin-top: 1rem !important;
}
.big-top-margin {
  margin-top: 2rem !important;
}
.big-vertical-margin {
  margin: 2rem 0 !important;
}
.no-bullet {
  list-style-type: none;
}
.site-nav > thead > tr > th, .site-nav > tbody > tr > td {
  padding: .2rem 1rem .2rem 0 !important;
  border: none !important;
}
