@font-face {
  font-family: 'Stack Sans Notch';
  src: url('/fonts/StackSansNotch-VariableFont_wght.ttf') format('truetype-variations');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.font-wordmark {
  font-family: 'Stack Sans Notch', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: none;
  font-synthesis: none;
}

.brand-nav-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}

.brand-nav-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.brand-nav-wordmark {
  color: var(--text-primary, var(--tx));
  font-size: 1.125rem;
  line-height: 1;
}

.brand-footer-lockup {
  display: block;
  width: 7.5rem;
  height: auto;
}

.brand-theme-light {
  display: none !important;
}

[data-theme='light'] .brand-theme-dark {
  display: none !important;
}

[data-theme='light'] .brand-theme-light {
  display: block !important;
}
