/* The isotype is a soft-cornered polygon; UI corners stay modest and never
   fully rounded except on pills. */
:root{
  --radius-none:0;
  --radius-sm:4px;
  --radius-md:8px;
  --radius-lg:16px;
  --radius-xl:24px;
  --radius-pill:999px;
}
