body {
  font-family: Sora, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mainNav .container-fluid {
  padding-top: 14px;
  padding-bottom: 14px;
}
#mainNav .brand {
  padding: 0;
  line-height: normal;
}
#mainNav .btn-navbar {
  position: static;
  margin: 0;
}
#mainNav .nav a {
  font-size: 14px;
  font-weight: bold;
}
#mainNav .nav a:hover {
  color: #9590ff;
}
#mainNav .nav .active a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #746dff;
}
#mainNav .nav .active a .caret {
  display: none;
}

#docsSearch {
  background: none;
  border: none;
}
#docsSearch h1 {
  font-weight: bold;
}

#searchBar button {
  background: #746dff;
  border-color: #746dff;
}
#searchBar button:hover {
  background: #9590ff;
  border-color: #9590ff;
}

input:focus,
input[type=text]:focus {
  border-color: #746dff;
  box-shadow: none;
}