| Unit | Value | CSS |
|---|
How the math works
1 pt = 1.3333 px at 96 DPI (CSS standard). 1 rem = base px. 1 em = parent px. 100% = parent px. All conversions route through pixels first.
Use rem for accessible body text (respects user zoom), em for component-scoped sizing, px for fixed UI chrome.