.quarto-listing-category {
  font-weight: 600;
}

/* Let the listing page (index) use the full viewport width instead of
   reserving the margin/TOC region on the right. */
#quarto-document-content.column-page-right {
  grid-column: body-content-start / screen-end-inset;
}
