Typography
Type scale and styles for consistent text hierarchy.
Font Family
System font stack for optimal performance across all devices. Natively.
--sw-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; Type Scale
Heading XL
Heading L
Heading M
Heading S
Large Text
Body Large
Body Default
Body Small
Caption
Label
Font Weights
Regular weight
Medium weight
Semibold weight
Bold weight
Usage
.heading {
font-size: var(--sw-text-4xl);
font-weight: var(--sw-font-semibold);
line-height: var(--sw-leading-tight);
}
.body {
font-size: var(--sw-text-md);
line-height: var(--sw-leading-relaxed);
}