.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .2em;
  color: inherit;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .035em;
  text-decoration: none;
  white-space: nowrap;
}
.brand-lockup-mark {
  width: .89em;
  height: 1em;
  flex: 0 0 auto;
  object-fit: contain;
}
.brand-lockup-word {
  font-family: "Lato", sans-serif;
  font-size: .86em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .035em;
}
