/* Radius — Aperture Design System
 * One radius grammar. Pill = the action signal. Do not mix in-between values.
 */

:root {
  --radius-none: 0px;    /* full-bleed tiles — the color change is the divider */
  --radius-xs: 5px;      /* rare inline chip                                   */
  --radius-sm: 8px;      /* dark utility buttons, inline card imagery         */
  --radius-md: 11px;     /* pearl ghost capsule                               */
  --radius-lg: 18px;     /* store / accessory utility cards                   */
  --radius-pill: 9999px; /* primary CTA, search, chips — the action signal    */
  --radius-full: 9999px; /* circular control chips                            */
}
