/* Standardise section headings */
h2, h3 {
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Optional: make bold section titles (if not using headings) consistent */
p strong {
  font-size: 18px;
  font-weight: 600;
}
