/* Subtle page header spacing */
.quarto-title-block h1 { margin-bottom: .25rem; }
.quarto-title-block .subtitle { color: #555; }

/* Home page “blurb” box */
.blurb {
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  line-height: 1.6;
}

/* Emoji headings look better with a bit of spacing */
h1, h2, h3 { scroll-margin-top: 80px; }

