@font-face {
  font-family: Hanken;
  src: url("/fonts/hanken-grotesk-var-latin.woff2");
}
@font-face {
  font-family: Newsreader;
  src: url("/fonts/newsreader-var-latin.woff2");
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #292720;
  background: #f7f2e7;
  font:
    17px/1.7 Hanken,
    system-ui,
    sans-serif;
}
.legal-shell {
  width: min(760px, calc(100% - 40px));
  margin: auto;
  padding: 28px 0 90px;
}
.legal-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
}
.legal-nav a {
  color: inherit;
  text-decoration: none;
  font-weight: 750;
}
.legal-nav .pill {
  padding: 9px 16px;
  border: 1px solid #cfc4ad;
  border-radius: 999px;
}
.kicker {
  color: #176346;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1,
h2 {
  font-family: Newsreader, Georgia, serif;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
h1 {
  font-size: clamp(3rem, 8vw, 5.2rem);
  margin: 12px 0 20px;
}
h2 {
  font-size: 1.8rem;
  margin-top: 48px;
}
p,
li {
  color: #59544b;
}
a {
  color: #176346;
}
.effective {
  padding: 16px 0 28px;
  border-bottom: 1px solid #ded5c4;
  color: #756e62;
}
.note {
  margin-top: 42px;
  padding: 20px;
  border: 1px solid #cfc4ad;
  border-radius: 14px;
  background: #fffdf7;
}
