/* Custom styles for doktormike.gitlab.io */
/* Structural layout only. Colors and theming live in theme-light.scss / theme-dark.scss */

/* Landing page intro paragraphs */
.quarto-title-block + p,
.quarto-title-block + p + p {
  font-size: 1.1rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Navbar brand weight */
.navbar .navbar-brand {
  font-weight: 600;
}
