
:root { color-scheme: light; --ink:#20372e; --text:#24302b; --paper:#faf8f1; --accent:#b66b2e; }
* { box-sizing:border-box; }
html { font-size:100%; scroll-behavior:auto; }
body { margin:0; overflow-wrap:anywhere; background:var(--paper); color:var(--text); font:1.125rem/1.65 Georgia,"Noto Serif",serif; }
main, .web-toc { max-width:43rem; margin:0 auto; padding:1.5rem; }
p { margin:.7em 0; }
a { color:#235b43; text-decoration:underline; text-underline-offset:.14em; overflow-wrap:anywhere; }
a:focus-visible { outline:3px solid #915b22; outline-offset:4px; }
h1,h2,h3 { font-family:"Lato",Arial,sans-serif; color:var(--ink); line-height:1.2; }
h1 { font-size:2rem; margin:0 0 1.2rem; }
h2 { font-size:1.35rem; margin:1.8em 0 .7em; }
h3 { font-size:1.125rem; }
section.chapter { margin:2.8rem 0 4rem; padding-top:1.2rem; border-top:1px solid #c7cdbf; }
section.chapter p:first-of-type { margin-top:1.1em; }
strong { font-weight:700; }
.noteref { white-space:nowrap; font-family:"Lato",Arial,sans-serif; font-size:.83em; }
.skip { display:block; max-width:43rem; margin:0 auto; padding:.75rem 1.5rem; font-family:Arial,sans-serif; }
.cover { max-width:43rem; margin:0 auto; min-height:42rem; padding:3.5rem 1.5rem 3rem; border-bottom:4px solid var(--accent); }
.cover-kicker { font:700 .9rem/1.3 "Lato",Arial,sans-serif; letter-spacing:.13em; text-transform:uppercase; }
.cover h1 { font-size:3.6rem; font-weight:800; line-height:1.02; margin:3rem 0 1.5rem; }
.cover .subtitle { font-size:1.2rem; max-width:28rem; }
.cover .author { font:700 1.1rem/1.4 "Lato",Arial,sans-serif; letter-spacing:.14em; margin:2rem 0; }
.cover .cue { font:700 .8rem/1.5 "Lato",Arial,sans-serif; letter-spacing:.06em; margin-top:2rem; }
.cover .edition { font:.86rem/1.5 "Lato",Arial,sans-serif; }
.cover .slogan { font-style:italic; }
.web-toc { padding-top:2rem; padding-bottom:3rem; }
.web-toc ol { padding-left:1.5em; }
.web-toc li { margin:.55em 0; }
.web-toc .toc-group { font-family:"Lato",Arial,sans-serif; }
@media (max-width:32rem) { body { font-size:1.05rem; } .cover h1 { font-size:3rem; } h1 { font-size:1.7rem; } }
@media print {
  body { color:#20372e; background:white; font-size:11.5pt; }
  .skip { display:none; }
  main,.web-toc { max-width:none; padding:0; }
  .cover,section.chapter,.web-toc { break-before:page; margin:0; padding:0; }
  .cover { border:0; }
  a { color:inherit; }
}
