/* 
/* Smaller page titles on archive pages like Research/Teaching */
.layout--archive h1.page__title { 
  font-size: 1.45rem;           /* was ~2.6rem */
  line-height: 1.35;
}

/* 
/* Make H2 titles (like working paper titles) smaller */
.page__content h2 {
  font-size: 1.2em;   /* adjust as needed */
  line-height: 1.2;
}
 */

/* If they are H3 */
.page__content h3 {
  font-size: 1em;
  line-height: 1.2;
}

/* Smaller item titles (working papers, courses, talks, publications lists) */
.layout--archive .archive__item-title {
  font-size: 1rem;          /* tweak to taste: 1.0–1.1rem */
  line-height: 1.2;
  margin-bottom: 0.15rem;
  font-weight: 500;      /* adjust boldness */
}

/* Optional: slightly smaller excerpts under each item */
.layout--archive .archive__item-excerpt {
  font-size: 0.95rem;
  line-height: 1.35;
}

/* Optional: subheadings within the page content (e.g., "Working Papers") */
.layout--archive .page__content h2 {
  font-size: 1.2rem;
  line-height: 1.3;
}

/* Single item pages (e.g., a working paper detail): tone down the big H1 */
.layout--single h1.page__title {
  font-size: 1rem;           /* tweak to taste */
  line-height: 1.2;
}

/* Responsive: nudge sizes down a bit more on mobile */
@media (max-width: 768px) {
  .layout--archive .page__title { font-size: 1.4rem; }
  .layout--archive .archive__item-title { font-size: 0.98rem; }
  .layout--single  .page__title { font-size: 1.6rem; }
} 
*/
