body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1a1a1a;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.1;
}

h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  color: var(--color-text-muted);
}

.section-title {
  text-align: center;
  margin-bottom: var(--space-lg);
}

.legal-content h2 {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-xs);
}

.legal-content h3 {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-2xs);
}

.legal-content p,
.legal-content li {
  font-size: 0.98rem;
}
