/* Shared wordmark typography for the React app and marketing templates. */
.brand-wordmark {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.8px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
