/* Ссылки меню — только внутри шапки */
.uc-header a[href="#project"],
.uc-header a[href="#blog"],
.uc-header a[href="#about"],
.uc-header a[href="#contacts"] {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

/* Hover и active — тоже только внутри шапки */
.uc-header a[href="#project"]:hover,
.uc-header a[href="#blog"]:hover,
.uc-header a[href="#about"]:hover,
.uc-header a[href="#contacts"]:hover,
.uc-header a[href="#project"].active,
.uc-header a[href="#blog"].active,
.uc-header a[href="#about"].active,
.uc-header a[href="#contacts"].active {
  color: #D97723 !important;
  font-weight: 400 !important;
}

