Html Tailwind Guideline: Typography — Line height. Description: Use appropriate line height for readability. Do: leading-relaxed for body text. Don't: Default tight line height. Good Example: leading-relaxed (1.625). Bad Example: leading-none or leading-tight. Severity: Medium. Docs: https://tailwindcss.com/docs/line-height.