/*
 * Primary nav: series section header (A Roll of the Die).
 * Match a-well-lived-life.net: larger, bold section labels.
 */
.md-nav--primary > .md-nav__list > .md-nav__item--section > .md-nav__link,
.md-nav--primary > .md-nav__list > .md-nav__item--section > label.md-nav__link {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--md-default-fg-color);
  opacity: 1;
}

/*
 * Single-series site: Material puts site_name in .md-nav__title (drawer header)
 * above the nav list. That text is the same as the series section label, so it
 * looks like a duplicate (plain title above the bold section). Logo already
 * lives in the purple top bar — hide the drawer site title.
 */
.md-nav--primary > .md-nav__title {
  display: none !important;
}

/* Material also repeats the section title inside the nested nav; hide that copy. */
.md-nav--primary .md-nav__item--section > .md-nav > .md-nav__title {
  display: none !important;
}
