/* Light tweaks on top of the cosmo/darkly themes */

.quarto-title-block .title {
  font-weight: 600;
}

.navbar-brand {
  font-weight: 600;
}

/* Tighter prose */
main p {
  line-height: 1.65;
}

/* Code blocks: a little more breathing room */
pre.sourceCode {
  padding: 1rem;
  border-radius: 6px;
}
