.topbar {
  background: var(--white);
  border-bottom: 1px solid var(--lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 56px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.tb-logo {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
}

.tb-logo-main {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}

.tb-logo-sep {
  color: var(--lg);
  margin: 0 10px;
  font-size: 13px;
  font-weight: 300;
}

.tb-logo-sub {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mg);
  white-space: nowrap;
}
