/* ── Radius tokens ─────────────────────────────────────────────
   Small and consistent - architectural, not bubbly. Four sizes
   cover every component; --radius-full is the one deliberate
   exception, reserved for pill-shaped badges/chips.
*/
:root {
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-xl: 24px;

    /* Fully rounded - badges and chips only, never cards or buttons. */
    --radius-full: 999px;
}
