html {
  background-color: #fcfbfa;
}

body {
  color: #292119;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 48rem;
  padding: 1.5rem 1rem 3rem;
}

a {
  color: #4a6b4a;
}

nav.legal-nav {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

nav.legal-nav a {
  margin-right: 1rem;
}

.document-content h1 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.document-content h2 {
  font-size: 1.25rem;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

.document-content h3 {
  font-size: 1.05rem;
  margin-top: 1.25rem;
}

.document-content p {
  margin: 0 0 0.75rem;
}

.document-content ul,
.document-content ol {
  margin: 0 0 0.75rem;
  padding-left: 1.5rem;
}
