.legal-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-family: var(--font-heading);
  }
  .legal-content p {
    color: #6b7280;
    line-height: 1.75;
    margin-bottom: 1rem;
  }
  .legal-content a {
    color: var(--brand-primary);
    text-decoration: underline;
  }
