.navbar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}

.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand__logo {
  flex-shrink: 0;
}

.navbar-brand__logo img {
  width: 44px;
  height: 44px;
  display: block;
}

.navbar-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.navbar-brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--color-paper-900);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.navbar-brand__slogan {
  display: block;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 11.5px;
  color: var(--color-paper-400);
  line-height: 1.25;
  margin-top: 5px;
  letter-spacing: 0;
}
