:root {
  color: #24382a;
  background: #f6f3ee;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

body { margin: 0; }

main {
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 24px 88px;
}

h1, h2 { color: #3f5b46; line-height: 1.15; }
h1 { font-size: clamp(2.35rem, 8vw, 4.5rem); margin: 0 0 12px; }
h2 { font-size: 1.4rem; margin-top: 2.25rem; }
p, li { font-size: 1.05rem; }
a { color: #315e45; text-underline-offset: 0.18em; }
a:hover { color: #173d2a; }
.eyebrow { font-family: system-ui, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .18em; margin: 0 0 16px; }
.eyebrow a { text-decoration: none; }
.updated { color: #5e675f; font-family: system-ui, sans-serif; font-size: .9rem; }
.lede { font-size: 1.35rem; max-width: 32rem; }
nav { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
nav a { border: 1px solid #3f5b46; border-radius: 999px; padding: 10px 16px; text-decoration: none; }
