/* Shared by every page on zuur.app. Lifted verbatim from the original
   docs/privacy-policy.html + docs/terms-of-use.html inline styles so the
   published legal pages look exactly as they did before the move. */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  color: #1a1a1a;
  line-height: 1.6;
}
h1 {
  font-size: 1.6em;
  margin-bottom: 0.25em;
}
h2 {
  font-size: 1.1em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.25em;
}
p,
li {
  font-size: 0.95em;
  color: #333;
}
ul {
  padding-left: 1.4em;
}
.updated {
  color: #888;
  font-size: 0.85em;
  margin-bottom: 2em;
}
a {
  color: #007aff;
}
