/* Homepage-only title styling: centered and larger than the theme
   default. Loaded only by index.qmd (see its `css:` front matter),
   so other pages keep the theme's normal title styling. */
#title-block-header {
  text-align: center;
}

#title-block-header .title {
  font-size: 3.5em;
}
