/* Custom styles for post content */
.post .post-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.post .post-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.post .post-content h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.post .post-content h5,
.post .post-content h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

