:root {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  color: #171a18;
  background: #f6f7f3;
}

* { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: #147a57; }
header, footer { padding: 24px max(24px, calc((100% - 760px) / 2)); }
header { border-bottom: 1px solid rgba(23, 48, 38, 0.12); }
header a { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-weight: 800; }
header img { width: 40px; height: 40px; border-radius: 11px; }
main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 120px; }
.eyebrow { color: #147a57; font-size: 12px; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
h1 { margin: 12px 0; font-size: clamp(48px, 8vw, 76px); line-height: 1; letter-spacing: -0.065em; }
.updated { color: #687069; }
.notice { margin: 40px 0 55px; padding: 20px; border: 1px solid #bed5c9; border-radius: 14px; color: #245c48; background: #eaf5ef; line-height: 1.6; }
h2 { margin: 48px 0 13px; font-size: 25px; letter-spacing: -0.035em; }
main > p { color: #545d56; line-height: 1.75; }
footer { color: #d5e1da; background: #111e19; }
footer a { color: inherit; }
