@font-face {
  font-family: Space;
  src: url(space-grotesk-latin.woff2) format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  background: #f6f4ec;
  color: #24251f;
}
body {
  margin: 0;
  font-family: Space, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: break-word;
}
.legal-nav {
  max-width: 880px;
  margin: auto;
  padding: 24px 32px;
  border-bottom: 1px solid #d9d9ce;
}
.legal-nav a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #24251f;
}
.legal-nav img {
  width: 32px;
  height: 32px;
}
.container,
.markdown-body,
main {
  max-width: 880px;
  margin: auto;
  padding: 36px 32px 70px;
}
h1,
h2,
h3 {
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: #24251f;
}
h1 {
  font-size: clamp(32px, 5vw, 48px);
  margin: 20px 0 24px;
}
h2 {
  font-size: 25px;
  margin: 40px 0 18px;
}
h3 {
  font-size: 20px;
  margin: 28px 0 14px;
}
p,
li {
  color: #4e5147;
}
p {
  margin: 0 0 18px;
}
li {
  margin-bottom: 8px;
}
a {
  color: #a72d14;
  text-underline-offset: 4px;
}
a:focus-visible {
  outline: 3px solid #155bc1;
  outline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
ul {
  padding-left: 24px;
}
.effective-date,
.meta {
  font-size: 13px;
  color: #626359;
  margin: 18px 0 30px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
}
.service {
  padding: 18px 0;
  border-bottom: 1px solid #d9d9ce;
}
.service strong,
.service span {
  display: block;
}
.service a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.footer {
  border-top: 1px solid #d9d9ce;
  margin-top: 36px;
  padding-top: 24px;
  font-size: 13px;
}
.footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
@media (max-width: 600px) {
  .container,
  .markdown-body,
  main {
    padding: 24px 20px 48px;
  }
  .legal-nav {
    padding: 16px 20px;
  }
  body {
    font-size: 15px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 19px;
  }
}
