Typography
Foundation
Two font families (Geist Sans + Geist Mono), loaded via next/font/google and applied via CSS variables.
Prose headings
For long-form content, docs, and markdown. In dense UI (tables, toolbars) use the UI scale below instead.
H1H1
Page hero, top-level titleH2H2
Major section headingH3H3
Sub-section headingH4H4
Minor headingLeadLead
Intro paragraph, subtitleParagraphThe quick brown fox jumps over the lazy dog.
Body text in prose contentMutedMuted
Secondary / helper textFont families
Geist Sans
The quick brown fox jumps over the lazy dog
font-sans
All UI text — default
Geist Mono
The quick brown fox jumps over the lazy dog
font-mono
IDs, code, tokens, numbers
Type scale
| Preview | Class | Size | When to use |
|---|---|---|---|
| Design System | text-2xl font-semibold | 24px | Page hero heading |
| Design System | text-xl font-semibold | 20px | Section heading |
| Design System | text-lg font-semibold | 18px | Panel title |
| Design System | text-base font-semibold | 16px | Sub-heading, card title |
| Design System | text-sm font-semibold | 14px | Page title (compact density) |
| Design System | text-sm | 14px | Body text, form labels |
| Design System | text-xs font-medium | 12px | Badge, filter label, section tag |
| Design System | text-xs | 12px | Caption, secondary body |
| Design System | text-[11px] | 11px | Table cell content, tooltips |
| Design System | text-[10px] font-semibold uppercase tracking-widest | 10px | Section label (group headers) |
| Design System | text-[10px] | 10px | Sub-labels, metadata |
| Design System | text-[9px] font-semibold uppercase tracking-[0.08em] | 9px | Nav group headers (sidebar) |
Font weights
| Preview | Class | Weight | When to use |
|---|---|---|---|
| Design System | font-normal | 400 | Body text, descriptions |
| Design System | font-medium | 500 | Labels, secondary headings |
| Design System | font-semibold | 600 | Headings, titles, emphasis |
| Design System | font-bold | 700 | Rare — logo mark, strong emphasis only |
Text colors
| Preview | Class | Context |
|---|---|---|
| Design System | text-foreground | Default / primary text |
| Design System | text-muted-foreground | Secondary / helper text |
| Design System | text-card-foreground | Text on card surface |
| Design System | text-sidebar-foreground | Text in sidebar |
| Design System | text-primary-foreground | Text on primary button |
| Design System | placeholder:text-muted-foreground | Input placeholder |
| Design System | text-destructive | Destructive / error |
Letter spacing
| Preview | Class | Value | When to use |
|---|---|---|---|
| DESIGN SYSTEM | tracking-tight | -0.025em | Headings (text-sm font-semibold and above) |
| DESIGN SYSTEM | tracking-wide | 0.025em | Table header labels (text-[10px] uppercase) |
| DESIGN SYSTEM | tracking-widest | 0.1em | Section labels (text-[10px] uppercase font-semibold) |
| DESIGN SYSTEM | tracking-[0.08em] | 0.08em | Sidebar nav group headers (9px uppercase) |
| DESIGN SYSTEM | (none) | 0 | All body text and table cells |
Line height
| Preview | Class | Value | When to use |
|---|---|---|---|
| Design System | leading-none | 1 | Single-line UI elements (badges, buttons) |
| Design System | leading-tight | 1.25 | Compact headings |
| Design System | leading-snug | 1.375 | Card titles with wrapping |
| Design System | leading-normal | 1.5 | Default — most body text |
| Design System Second line | leading-relaxed | 1.625 | Code blocks |
| Design System Second line | leading-7 | 1.75rem | Prose paragraphs (shadcn pattern) |
Monospace usage
Ticket ID
T7A3763font-mono text-[11px] text-muted-foregroundToken name
bg-status-open-bgfont-mono text-[10px]File path
@/components/ui/buttonfont-mono text-[10px] text-muted-foreground/50Numeric count
28font-mono text-[10px] in BadgeOn this page