/* More breathing room between top-level nav sections */
.md-nav__item--section {
	margin-top: 1.5rem;
}
.md-nav__item--section:first-child,
.md-nav__item--section .md-nav__item--section {
	margin-top: 0;
}
/* Slightly larger, dimmed section labels for hierarchy */
.md-nav--primary > .md-nav__list > .md-nav__item--section > .md-nav__link {
	font-weight: 700;
	color: var(--md-default-fg-color--light);
}
