/* Legal Pages (Privacy Policy, Terms of Service) */
.page-content h2 {
  font-family: "Freight", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #2d2d2d;
  margin: 3rem 0 1.5rem;
  letter-spacing: -0.02em;
}

.page-content h3 {
  font-family: "Freight", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2d2d2d;
  margin: 2rem 0 1rem;
  letter-spacing: -0.01em;
}

.page-content ul {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

.page-content li {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 0.75rem;
}
