Skip to content

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 / 600

The quiet hour

heading · 24px / 600

The quiet hour

title · 16px / 600

The quiet hour

subtitle · 14px / 500

The quiet hour

body · 14px / 400

The quiet hour

bodySm · 13px / 400

The quiet hour

caption · 12px / 400
tsx
<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).