/* Layout for the plain text pages: privacy, terms, support. */
body { line-height: 1.7; }

.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 24px;
}

h1 { font-size: 28px; font-weight: 700; margin-bottom: 8px; }
h2 { font-size: 18px; font-weight: 600; margin: 32px 0 12px; }
p { font-size: 15px; color: var(--muted); margin-bottom: 16px; }
ul { margin: 0 0 16px 24px; }
li { font-size: 15px; color: var(--muted); margin-bottom: 4px; }
a { color: var(--accent); }

.updated { font-size: 13px; color: var(--soft); margin-bottom: 32px; }
.lede { font-size: 15px; color: var(--muted); margin-bottom: 8px; }

.back { display: inline-block; margin-bottom: 24px; font-size: 14px; color: var(--muted); text-decoration: none; }
.back:hover { color: var(--ink); }
