/* Project-specific adjustments layered on top of the original theme CSS. */

/* Top-level nav links: child-style.css pins them at `600 !important`, so this
   override needs !important too. 700 is a real self-hosted Manrope weight (no
   synthetic bolding) and matches what the dropdown items already use. */
nav.navbar ul.nav > li > a,
nav.navbar.validnavs .navbar-nav > li > a {
	font-weight: 700 !important;
}
