/* css styles */

/* Make ONLY the section labels bold + darker */
.sidebar .sidebar-item-section > .sidebar-item-container > .sidebar-item-text,
.sidebar .sidebar-item-section > .sidebar-item-container > .sidebar-link {
  font-weight: 700;
  /*color: var(--bs-primary); // when using a standard quarto theme */
  color: #08331f;   /* dark emerald 
}