/* Subtle typography polish — keep this short, let the theme do the work */

:root {
  --bs-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Slightly tighter measure for readability on wide screens */
.quarto-title-block .quarto-title .title {
  font-weight: 600;
}

main.content {
  max-width: 820px;
}

/* Code blocks: a touch more breathing room */
div.sourceCode {
  border-radius: 6px;
  padding: 0.25rem 0;
}

/* Listing cards on the blog page */
.quarto-listing-default .listing-item {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
