html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cms-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--tblr-primary);
  color: #fff;
  font-weight: 800;
  font-size: .85rem;
  letter-spacing: -.04em;
}

.cms-brand-mark-lg {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  font-size: 1.4rem;
}
