/* Windex Infotech — Border-radius tokens
 * Don't mix grammars: sm=compact utility, lg=utility cards, pill=actions.
 * md (Pearl capsule) is the rare in-between.
 */
:root {
  --radius-none: 0px;      /* full-bleed product tiles */
  --radius-xs: 5px;        /* inline chip links (rare) */
  --radius-sm: 8px;        /* dark utility buttons, inline card imagery */
  --radius-md: 11px;       /* white Pearl button capsules */
  --radius-lg: 18px;       /* store + accessories cards */
  --radius-pill: 9999px;   /* primary blue CTA, sub-nav buy, chips, search — the signature */
  --radius-full: 9999px;   /* circular control chips */
}
