Typography collects the text primitives used to shape hierarchy, rhythm, and long-form content.
Text primitives
Typography components share tone, scale, spacing, and composition defaults so product text feels deliberate from headings to dense long-form content.
Build interfaces with intention
Heading is used to define the title of a section.
tsx
import { Heading } from "@/components/aspekt/heading";<Heading level={2} size="h3"> Build interfaces with intention</Heading>