Typography
Body text and controls run 14px; the type family is Inter, falling back to system-ui; no font is force-downloaded beyond what next/font already self-hosts for this site.
The quiet hour
display · 38px / 600The quiet hour
heading · 24px / 600The quiet hour
title · 16px / 600The quiet hour
subtitle · 14px / 500The quiet hour
body · 14px / 400The quiet hour
bodySm · 13px / 400The quiet hour
caption · 12px / 400tsx
<Typography variant="heading">Section title</Typography>
<Typography variant="body">Body copy.</Typography>Overriding the element
variant controls size/weight/role; asoverrides the rendered tag when the semantic default doesn't fit (e.g. a title-styled heading that should still render as an h2 for outline purposes).
