/* Minimal nav typography tweak: reduce left sidebar size for better density */

.md-nav--primary .md-nav__link,
.md-nav--primary .md-nav__title {
  font-size: 0.85rem;
  line-height: 1.3;
}

/* Slightly reduce section labels as well (Material renders them as labels) */
.md-nav--primary .md-nav__item--section > label.md-nav__link {
  font-size: 0.85rem;
  line-height: 1.3;
}
