/* Sidebar menu items should be normal weight; section headings stay bold. */
nav a.font-semibold,
aside a.font-semibold,
[role="navigation"] a.font-semibold {
    font-weight: 400 !important;
}

nav a.font-semibold span,
aside a.font-semibold span,
[role="navigation"] a.font-semibold span {
    font-weight: 400 !important;
}
