CSS block preview sample

Primary Action
Input Surface
Subtle Surface

Token and spacing effects appear here.

.prose {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.prose p    { line-height: 1.8; margin-bottom: 1.5rem; }
.prose h2   { margin-top: 3rem; margin-bottom: 1rem; }
.prose img  { width: 100%; border-radius: 0.75rem; margin: 2rem 0; }
.prose code { font-size: 0.875em; }