:root{
/* CAPABI has no rounded corners. Every surface, control and image is square-cut,
   matching the flat terminals of the logotype. These tokens exist so the value
   stays in one place — do not reintroduce a radius locally. */
--radius-none:0px;
--radius-xs:0px;
--radius-sm:0px;
--radius-md:0px;
--radius-lg:0px;
--radius-xl:0px;
--radius-pill:0px;
--radius-card:0px;
--radius-control:0px;
--radius-image:0px;
}
