/* increase width */
.content {
  max-width: 900px;
}

/* more generous paragraph spacing */
main p {
  line-height: 1.62;
}

.content {
  max-width: 900px;
}

main p {
  line-height: 1.62;
}

/* trailing dots to numbered section labels in TOC */
#TOC .header-section-number::after {
  content: ".";
}

/* wider TOC */
#quarto-margin-sidebar {
  width: 320px;
}

#TOC ul {
  padding-left: 0.85rem;
}

#TOC li {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

#TOC a {
  line-height: 1.35;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

