/* Legal pages (terms / privacy) */
.legal { padding: calc(var(--header-h) + 48px) 0 80px; }
.legal-title {
  font-family: var(--font-serif); font-size: 1.3rem; font-weight: 400;
  text-align: center; margin-bottom: 8px; letter-spacing: .06em;
}
.legal-updated {
  text-align: center; font-size: .72rem; color: var(--c-text-2); margin-bottom: 48px;
}
.legal-section { margin-bottom: 36px; }
.legal-section h2 {
  font-family: var(--font-serif); font-size: .9rem; font-weight: 400;
  margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid var(--c-border);
}
.legal-section p,
.legal-section li {
  font-size: .84rem; color: var(--c-text-2); line-height: 1.9;
}
.legal-section ol,
.legal-section ul {
  padding-left: 1.4em; margin-top: 6px;
}
.legal-section ol { list-style: decimal; }
.legal-section ul { list-style: disc; }
.legal-section li { margin-bottom: 4px; }
