.logo-wordmark {
  display: inline-block;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0.05em;
  color: rgb(var(--color-foreground));
  white-space: nowrap;
}
