body {
  margin: 0;
  font-family: Sora, system-ui, sans-serif;
  color: #0c1f18;
  background: #edf3ef;
  line-height: 1.6;
}
header, main {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
}
header { padding: 28px 0 8px; }
header a {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  color: #0c1f18;
}
main { padding: 12px 0 64px; }
h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}
.muted { color: #3a544a; font-size: 0.95rem; }
a { color: #0b6b4f; }
