:root {
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
}

.u-container-narrow {
  width: min(880px, calc(100% - 2rem));
  margin-inline: auto;
}

.u-muted {
  color: var(--text-soft);
}
