/* ==========================================================================
   RADII — moderate rounding; skeuomorphic plates read as machined edges,
   not fully flat and not pill-heavy. Pills reserved for tags/switches.
   ========================================================================== */

:root {
  --radius-xs: 10px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --radius-xl: 44px;
  --radius-2xl: 56px;
  --radius-pill: 999px;
  --radius-circle: 50%;
}
