<style>
/* Make the active page title in the header menu bold */
.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a,
nav a[aria-current="page"] {
  font-weight: 700;
}
</style>
