/* Hide the title only on the index page */
body.index-page h1.book-title {
  display: none;
}

.custom-navbar {
  border-radius: 10px;
}

/* Hide the entire "webR Code Links" section */
.quarto-code-links {
  display: none !important;
  visibility: hidden !important;
}

