Text
stableThe role-based typographic primitive — the only entry point to type. Never hand-write font-size or weight.
A heading via role
Body copy rendered through the registry — the role owns size, weight, leading, tracking.
·
Renders the role’s semantic tag (h1–h6, p, span) — keep heading order correct with the `as` prop.
·
Throws on an unknown role, so type drift is impossible.