.top-bar {
  background: #2c2a29;
  color: #fff;
  text-align: center;
  padding: 0.75rem 0;
  font-weight: 500;
}

.top-bar a {
  color: white;
}

.header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.nav a {
  margin-left: 2rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.header-text {
  font-family: "Barlow", sans-serif;
  font-size: 21px;
  color: #333;
  font-weight: 900;
}

.header-text span#index_title_special_word {
  color: #dba75e;
  display: inline-block;
  transform: rotate(-27deg);
  text-shadow: 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10;
}
