Build a baseline grid for consistent vertical spacing between elements.
First paragraph — note how text sits on the baseline grid.
Second paragraph with matching rhythm and spacing.
Third paragraph — vertical spacing feels consistent.
:root { --baseline: 24px; }
* { line-height: 1.5; }
body { font-size: 16px; }