.legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 68ch;
  font-size: 1rem;
  line-height: 1.75;
  color: rgb(245, 244, 241);
}
.legal .legal__meta {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #A8A29A;
  margin-bottom: 24px;
}
.legal h2 {
  font-family: "Spectral", Georgia, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgb(245, 244, 241);
  margin: 2.5rem 0 0.9rem;
}
.legal h3 {
  font-family: "Spectral", Georgia, serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.25;
  color: rgb(245, 244, 241);
  margin: 1.9rem 0 0.6rem;
}
.legal p {
  margin: 0 0 1.15rem;
}
.legal ul {
  margin: 0 0 1.3rem;
  padding-left: 1.4rem;
}
.legal li {
  margin-bottom: 0.55rem;
}
.legal li::marker {
  color: #9E8E47;
}
.legal a {
  color: #C9B36A;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.legal a:hover, .legal a:focus-visible {
  color: #9E8E47;
}
.legal strong {
  color: rgb(245, 244, 241);
  font-weight: 500;
}

@media only screen and (min-width: 1140px) {
  .legal h2 {
    font-size: 1.75rem;
  }
}/*# sourceMappingURL=legal.css.map */