.brand .brand-logo {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  object-fit: contain;
  border-radius: 10px;
  background: #06130d;
}

.brand .brand-wordmark {
  color: inherit;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1;
}
