:root { color-scheme: light; color: #222; background: white; font-family: var(--reader-font-family, Calibri, Arial, sans-serif); font-size: max(var(--reader-font-min-size, 16px), 19px); }
* { box-sizing: border-box; }
body { margin: 0 auto; padding: 2rem 1rem 4rem; max-width: 48rem; line-height: 1.6; }
h1 { font-size: clamp(2rem, 8vw, 3rem); line-height: 1.15; font-weight: 500; margin: .4rem 0 1rem; }
.eyebrow { color: #666; margin-bottom: .5rem; }
ol { list-style: none; padding: 0; margin-top: 2rem; }
li { border-top: 1px solid #ddd; padding: .9rem 0; }
a { color: inherit; text-underline-offset: .18em; }
a:hover { color: #006b85; }
a:focus-visible { outline: 2px solid #006b85; outline-offset: 4px; }
