/* Beyond, legal pages. Same identity as the app: warm paper and ink. */
:root {
  color-scheme: light;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #f5efe6;
  color: #2b2520;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.7;
  padding: 48px 20px 80px;
}
main {
  max-width: 640px;
  margin: 0 auto;
}
a {
  color: #c4704f;
}
.brand {
  margin-bottom: 40px;
}
.brand a {
  text-decoration: none;
}
.brand span {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 24px;
  color: #2b2520;
}
.brand .mark {
  color: #c4704f;
  font-style: normal;
  margin-left: 2px;
}
h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}
.updated {
  color: #8d8478;
  font-size: 14px;
  margin-bottom: 28px;
}
.intro {
  color: #5c5347;
  margin-bottom: 36px;
  font-size: 17px;
}
h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: 21px;
  margin: 34px 0 10px;
}
p, li {
  color: #5c5347;
}
ul {
  padding-left: 22px;
  margin: 8px 0;
}
.divider {
  border: none;
  border-top: 1px solid #e3dacc;
  margin: 56px 0;
}
.footer {
  margin-top: 64px;
  color: #8d8478;
  font-size: 13px;
}
.footer a {
  color: #8d8478;
}
.home-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.home-links a {
  background: #fbf7f0;
  border: 1px solid #e3dacc;
  border-radius: 20px;
  padding: 18px 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  color: #2b2520;
}
.home-links a:hover {
  border-color: #c4704f;
}
.card {
  background: #fbf7f0;
  border: 1px solid #e3dacc;
  border-radius: 20px;
  padding: 22px 24px;
  margin: 14px 0;
}
.card h3 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #2b2520;
}
.card p {
  font-size: 15px;
}
