*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #111;
  background: #FAF9F6;
}

.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 24px 4rem;
}

.back {
  display: inline-block;
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.55);
  text-decoration: none;
  margin-bottom: 3rem;
}

.back:hover {
  color: #111;
}

h1 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.updated {
  font-size: 0.85rem;
  color: rgba(17, 17, 17, 0.45);
  margin-bottom: 2.5rem;
}

.intro {
  font-size: 1rem;
  margin-bottom: 3rem;
}

section {
  margin-bottom: 3rem;
}

h2 {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
}

section p + p {
  margin-top: 1rem;
}

ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
}

li {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: #111;
}

li::marker {
  color: rgba(17, 17, 17, 0.3);
}

a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

a:hover {
  opacity: 0.6;
}

@media (min-width: 640px) {
  .legal {
    padding: 4rem 32px 5rem;
  }

  h1 {
    font-size: 1.85rem;
  }
}
