:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #26211c; background: #fbf5ea; }
* { box-sizing: border-box; }
body { margin: 0 auto; max-width: 780px; padding: 28px 24px 64px; font-size: 18px; line-height: 1.65; overflow-wrap: anywhere; }
header, footer { padding: 16px 0; }
nav { display: flex; gap: 12px 24px; flex-wrap: wrap; }
a { color: #a82d21; text-underline-offset: .18em; }
nav a { display: inline-block; min-height: 44px; padding: 7px 0; }
a:focus-visible { outline: 3px solid #5c773d; outline-offset: 5px; }
h1, h2 { font-family: Georgia, serif; font-weight: 500; line-height: 1.2; }
h1 { font-size: clamp(2.3rem, 7vw, 3.3rem); margin: 28px 0 12px; }
h2 { font-size: 1.6rem; margin-top: 36px; }
.updated, footer { color: #625d55; font-size: .9em; }
li { margin: 12px 0; }
footer { border-top: 1px solid #dcd5c8; margin-top: 40px; }
