/* Radius — Commerce OS
   Very rounded brand: pill buttons, soft cards. */

:root {
  --radius-sm: 12px;    /* small controls, chips-inner */
  --radius-md: 16px;    /* inputs, selects */
  --radius-card: 22px;  /* cards */
  --radius-lg: 28px;    /* large panels */
  --radius-pill: 36px;  /* tags / pills */
  --radius-button: 60px;/* buttons — full pill */
  --radius-full: 9999px;
}
