:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #121614;
  background: #f3f7f4;
}

body {
  margin: 0;
}

main {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 24px 80px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #2d8f49;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 16px;
  font-size: clamp(38px, 7vw, 64px);
  line-height: 1;
}

h2 {
  margin: 34px 0 8px;
  font-size: 22px;
}

p {
  font-size: 18px;
  line-height: 1.58;
}

.lead {
  font-size: 22px;
  color: #425048;
}

.updated {
  color: #5d6a62;
}

a {
  color: #167c3f;
  font-weight: 700;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(22, 124, 63, 0.25);
  border-radius: 8px;
  background: white;
  text-decoration: none;
}

