# Unstyled with Sans Font

Same constraints as Unstyled, with a single addition: a sans-serif font-family on the root.

## Rules

- Apply `font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif` on `body`.
- Do not declare font-size.
- Do not declare background-color.
- Do not declare color.
- Do not apply width, max-width, padding, or margin to the root or body.
- Use only semantic HTML: h1-h6, p, a, ul, ol, li, blockquote, strong, em, hr.
- Structure content exclusively through heading levels.

## Intent

One change — the font — separates the page from a Notepad artifact. Everything else stays at browser defaults.

## Reference sites

- paulgraham.com
- patrickcollison.com
