typography
SKILL.md
Typography
IOS TYPE SCALE (use system text styles — NEVER .system(size:)):
| Style | Size | Weight | SwiftUI | Use Case |
|---|---|---|---|---|
| Large Title | 34pt | Regular | .largeTitle | Screen titles (NavigationStack) |
| Title | 28pt | Regular | .title | Section headers |
| Title 2 | 22pt | Regular | .title2 | Sub-section headers |
| Title 3 | 20pt | Regular | .title3 | Card titles |
| Headline | 17pt | Semibold | .headline | Row titles, emphasized labels |
| Body | 17pt | Regular | .body | Primary content text |
| Callout | 16pt | Regular | .callout | Secondary descriptions |
| Subheadline | 15pt | Regular | .subheadline | Supporting text, timestamps |
| Footnote | 13pt | Regular | .footnote | Tertiary info, disclaimers |
| Caption | 12pt | Regular | .caption | Metadata, labels |
| Caption 2 | 11pt | Regular | .caption2 | Smallest readable text |