/* Match the main site's official 0–8 vector wordmark. */
nav .brand {
  gap: 11px;
  letter-spacing: .13em;
}

nav .brand img {
  width: 64px;
  height: auto;
}

nav .brand span {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: .64rem;
  font-weight: 500;
}

@media (max-width: 760px) {
  nav .brand img {
    width: 58px;
  }
}
