:root {
  color: #173f32;
  background: #f4efe4;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgb(132 41 31 / 8%), transparent 28rem),
    #f4efe4;
}

main {
  width: min(720px, calc(100% - 36px));
  margin: 0 auto;
  padding: 52px 0 72px;
}

.back {
  color: #173f32;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.back:hover,
.back:focus-visible {
  text-decoration: underline;
}

.eyebrow {
  margin: 54px 0 12px;
  color: #84291f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 9vw, 68px);
  line-height: 0.98;
}

.updated {
  margin: 18px 0 44px;
  color: #6f6a60;
  font-size: 13px;
}

section {
  padding: 25px 0;
  border-top: 1px solid rgb(23 63 50 / 18%);
}

h2 {
  margin: 0 0 12px;
  color: #84291f;
  font-size: 25px;
}

p,
li {
  color: #3f4942;
  font-size: 16px;
  line-height: 1.8;
}

p {
  margin: 0 0 12px;
}

section a {
  color: #173f32;
  font-weight: 700;
  text-underline-offset: 3px;
}

section a:hover,
section a:focus-visible {
  color: #84291f;
}

ul {
  margin: 0;
  padding-left: 22px;
}

@media (max-width: 520px) {
  main {
    width: min(100% - 28px, 720px);
    padding-top: 30px;
  }

  .eyebrow {
    margin-top: 42px;
  }

  p,
  li {
    font-size: 15px;
  }
}
