.tet-header-react {
  --wp--preset--color--contrast:#fff;
}

.tet-header-content {
  background-color: blue;
}

.tet-nav-typography a {
  /* text-transform: uppercase; */
  font-weight: 600;
  position: relative;
  /* font-family: Konsole Expanded, system-ui, sans-serif; */
  color: inherit;
}

.tet-nav-typography .current-menu-item a {
  font-weight: 700;
}

.tet-header-react .wp-block-navigation__container {
  font-size: 16px;
}
.tet-header-react .wp-block-navigation__container li, .tet-header-react .wp-block-navigation__container a {
  font-size: inherit;
}