/* Wordmark typography (mark SVG lives in logo-mark.svg / lockup components) */
.logo-lockup__wordmark {
  font-family: var(--font-brand);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  color: inherit;
}

.logo-lockup--footer .logo-lockup__wordmark,
.logo-lockup__wordmark--footer {
  font-size: 18px;
  letter-spacing: -0.025em;
}
