@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Bebas+Neue&family=Anton&family=Raleway:wght@300;400;500&display=swap');

.navigation-panel__logo .logo--wordmark {
  display: none !important;
}

.navigation-panel__logo a.column-link--logo::before {
  content: "UsNow.Ru";
  font-family: 'Orbitron', sans-serif; /* футуристический шрифт */
  font-size: 25px;
  color: #8c8dff;
  line-height: 66px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(140, 141, 223, 0.7),
               0 0 20px rgba(140, 141, 223, 0.5),
               0 0 30px rgba(140, 141, 223, 0.3);
  letter-spacing: 1px;
}


