Reboot
The foundation reset: box-sizing everywhere, media that can't overflow, fonts that inherit, margins zeroed so ladders own the rhythm.
| Selector | Rule |
|---|---|
*, ::before, ::after | box-sizing: border-box |
img, video, svg, canvas | display block · max-width 100% |
h1–h6, p, figure, blockquote | margin 0 — spacing comes from .stack/.flow |
button, input, select, textarea | font: inherit, color: inherit |
body | bg-canvas · fg-default · font-body · antialiased |
:focus-visible | the one focus ring, accent, 2px offset |
Anything inside a fresh element starts unstyled and inherits ink.
00-reboot.css — runs before every layer