html, body {
  font-family: var(--v2-font-sans);
  color: var(--v2-color-text);
  background: var(--v2-color-bg);
}

.ui-container {
  width: min(1200px, 100% - 32px);
  margin-inline: auto;
}

.ui-title-xl {
  font-family: var(--v2-font-display);
  font-size: var(--v2-text-xl);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.ui-title-lg {
  font-family: var(--v2-font-display);
  font-size: var(--v2-text-lg);
  line-height: 1.2;
  font-weight: 700;
}

.ui-text-muted {
  color: var(--v2-color-text-muted);
}
