:root { color-scheme: light dark; }
* { box-sizing: border-box; }
body {
  font: 17px/1.65 ui-serif, Georgia, "Times New Roman", serif;
  margin: 0; padding: 3rem 1.25rem 5rem;
  background: #12100e; color: #e8e4de;
}
main { max-width: 38rem; margin: 0 auto; }
h1 { font-size: 1.9rem; line-height: 1.2; margin: 0 0 1rem; letter-spacing: -0.01em; }
h2 { font-size: 1.15rem; margin: 2.5rem 0 .6rem; color: #f3efe9; }
p { margin: 0 0 1rem; color: #c9c3ba; }
.lede { font-size: 1.1rem; color: #e8e4de; }
pre { background: #0a0908; border: 1px solid #2c2823; border-radius: 4px; padding: .9rem 1rem; overflow-x: auto; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em; color: #e8e4de; }
a { color: #c8b48a; }
em { color: #e8e4de; }
.footer { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid #2c2823; }
