Foundations
Radius
One 6px corner everywhere by design — buttons, cards, inputs, menus and popovers all read as one chrome family. Existing rounded-md/lg/xl call sites all resolve to the same value, so legacy code keeps working while the system stays unified.
--radius-none0
Sharp — used for full-bleed surfaces.
--radius-sm0.25rem (4px)
Tooltips, kbd labels.
--radius-md0.375rem (6px)
Universal corner — buttons, cards, inputs, popovers.
--radius-lg0.375rem (6px)
Resolves to md by design — kept for backwards-compat call sites.
--radius-xl0.375rem (6px)
Resolves to md by design — was the old pill radius.
--radius-full9999px
Avatars, dots, toggle thumbs.