/* styles.css */
/* Target the text of the main, top-level chapter links in the sidebar TOC */
.sidebar-item-level-1 > .sidebar-item-container > .sidebar-item-text {
  font-weight: bold;
}
