/* PAGE TITLE AND SUBTITLE (selectively included) */

/* Title block: make title + subtitle larger */
#title-block-header .title {
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  line-height: 1.05;
}

#title-block-header .subtitle,
#title-block-header .quarto-subtitle {
  font-size: clamp(0.9rem, 1.3vw, 1.3rem);
  line-height: 1.15;
  margin-top: 0.6rem;
}

#title-block-header .description {
  font-size: 1.05rem;
}

/* Centre title, subtitle, and description in the title block even if inner wrappers exist */
.quarto-title-block .title,
.quarto-title-block .subtitle,
.quarto-title-block .description {
  text-align: center;
}



