.post-list h3 {
  margin-bottom: 0.2em; /* Tighten space between title and excerpt */
}

.post-excerpt {
  margin-top: 0;        /* Remove top margin from excerpt */
  margin-bottom: 0.6em; /* Increase space below excerpt (above date) */
}

.post-title {
  font-size: 2.4rem;  /* Adjust this value to your liking */
  font-weight: 500;   /* Optional: tweak if too bold or not bold enough */
  margin-bottom: 0.6em; /* Adjust spacing under title */
}

.post-content h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}