:root {
  --brand: #0a5;
  --ink: #1a1a1a;
  --muted: #6f6f6f;
  --bg: #f9fafb;
}

body {
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

h1 {
  color: var(--brand);
  font-weight: 700;
}

.subtitle {
  color: var(--muted);
  font-size: 1rem;
}

.callout {
  background: #fff;
  border-color: #e6e6e6;
}

.small-print {
  color: var(--muted);
  font-size: .9rem;
  margin-top: 1.5rem;
}
