# Unstyled

A design with no explicit styling. The browser's default rendering is the entire design.

## Rules

- Do not declare font-family.
- 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

Produces pages resembling early-1990s web documents — Times New Roman on white, left-aligned, full-width text. Content hierarchy is communicated entirely through semantic headings.
