/* Also Coffee Co — Radius tokens
   Generous, rounded, friendly. Pill buttons; cards 16–24px. */
:root {
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;   /* small cards, inputs, chips */
  --radius-lg: 22px;   /* product cards, panels */
  --radius-xl: 32px;   /* big feature cards / image frames */
  --radius-2xl: 44px;  /* hero blobs */
  --radius-pill: 999px;/* buttons, badges, tags */
}
