/* Long-form legal pages. Inherits every token from styles.css. */

.legal-page .card { padding: 30px 22px; }

.legal-page h3 {
  margin: 26px 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: var(--text-primary);
}

.legal-page p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.legal-page strong { color: var(--text-secondary); font-weight: 700; }

.legal-page a {
  color: var(--primary-light);
  text-underline-offset: 3px;
}
