:root { color-scheme: light; color: #202824; background: #fff; font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; line-height: 1.7; }
* { box-sizing: border-box; letter-spacing: 0; }
body { margin: 0; border-top: 5px solid #267154; }
header, main, footer { max-width: 820px; margin: auto; padding: 28px 28px; }
header { border-bottom: 1px solid #dbe2de; display: flex; flex-wrap: wrap; gap: 16px 32px; justify-content: space-between; align-items: center; }
header a { color: #202824; font-weight: 600; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: 14px; }
nav a { font-weight: 400; }
nav a[aria-current="page"] { color: #267154; text-decoration: underline; text-underline-offset: 6px; }
main { min-height: 60vh; padding-top: 40px; padding-bottom: 52px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.25; }
h1 { font-size: 34px; margin: 8px 0 24px; }
h2 { font-size: 23px; margin: 34px 0 12px; }
p { margin: 0 0 18px; }
a { color: #246848; overflow-wrap: anywhere; }
a:hover { color: #963c43; }
a:focus-visible { outline: 2px solid #963c43; outline-offset: 5px; }
ul { padding-left: 23px; }
li { margin: 8px 0; }
.label { font-size: 12px; color: #68756e; text-transform: uppercase; }
.lead { font-size: 19px; max-width: 650px; }
.note { color: #59655e; font-size: 14px; }
footer { border-top: 1px solid #dbe2de; color: #59655e; font-size: 13px; }
footer p { margin: 0 0 8px; }
code { font-size: 14px; overflow-wrap: anywhere; }
@media (max-width: 480px) { header, main, footer { padding-left: 20px; padding-right: 20px; } h1 { font-size: 29px; } }
