.text-display { font-size: clamp(3rem, 7vw, 72px); font-weight: 700; line-height: 1.05; letter-spacing: -2px; }
.text-h2 { font-size: clamp(2rem, 4vw, 44px); font-weight: 700; line-height: 1.15; }
.text-h3 { font-size: 24px; font-weight: 700; line-height: 1.3; }
.text-body { font-size: 17px; line-height: 1.75; }
.text-small { font-size: 14px; line-height: 1.6; color: var(--color-text-secondary); }
.text-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; color: var(--color-text-secondary); }
.text-nav { font-size: 14px; font-weight: 500; }
.text-muted { color: var(--color-text-secondary); }
