.page {
  max-width: 900px;
  margin: 0 auto;
  padding: 90px 28px 130px;
}

.page h1 {
  margin: 18px 0 34px;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
}

.page h2 {
  margin: 58px 0 14px;
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 500;
  line-height: 1.1;
}

.page p,
.page li {
  color: #4e554f;
  font-size: 1.05rem;
}

.page a {
  color: var(--green);
  font-weight: 700;
  text-underline-offset: 4px;
}

.page-lede {
  max-width: 780px;
  font-size: clamp(1.15rem, 2vw, 1.4rem) !important;
}

.app-links {
  margin: 42px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cac2b4;
}

.app-links li {
  padding: 18px 0;
  border-bottom: 1px solid #cac2b4;
}

.updated {
  color: #69685f !important;
  font-size: .86rem !important;
}
