Typography

A showcase of heading styles and weights available in the design system.

Heading Levels

Heading 1

text-5xl md:text-6xl lg:text-8xl — Use for hero sections and primary page titles.

Heading 2

text-3xl md:text-4xl lg:text-5xl — Use for major section headings.

Heading 3

text-2xl md:text-3xl — Use for subsections and card titles.

Heading 4

text-xl md:text-2xl — Use for smaller subsections and labels.

Font Weights

Light Weight

font-light — Elegant, minimal emphasis.

Normal Weight

font-normal — Standard body-like weight.

Medium Weight

font-medium — Subtle emphasis.

Semibold Weight

font-semibold — Moderate emphasis.

Bold Weight

font-bold — Strong emphasis.

Extrabold Weight (Default)

font-extrabold — Maximum emphasis, default for headings.

Color Variants

Default Variant

text-foreground — Standard text color.

Primary Variant

text-primary — Brand accent color.

Muted Variant

text-muted-foreground — Subtle, secondary text.

Mixed Styles

Combine a light base weight with bold spans for two-tone hero headings.

AI employees, Zero Missed Customers

Hero pattern: weight="light" base with font-extrabold spans.

Build something amazing

Alternating weights for rhythm and emphasis.

Semantic Flexibility

Use the "as" prop to render a different HTML element while keeping the visual style.

Styled as H1, rendered as H2

Useful when you need H1 styling but H2 semantics for accessibility.