.prose-content h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #102A43;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.prose-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2D3748;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.prose-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.prose-content li {
  margin-top: 0.25rem;
}

.prose-content p {
  margin-top: 0.75rem;
}

.prose-content a {
  color: #2B6CB0;
  text-decoration: underline;
}

.prose-content a:hover {
  color: #102A43;
}
