:root{
/* 4px base step */
--space-0:0px;
--space-1:4px;
--space-2:8px;
--space-3:12px;
--space-4:16px;
--space-5:20px;
--space-6:24px;
--space-8:32px;
--space-10:40px;
--space-12:48px;
--space-16:64px;
--space-20:80px;
--space-24:96px;
--space-32:128px;

/* page frame — the guide sets label / content / folio on a wide margin */
--page-margin:48px;
--page-margin-lg:96px;
--page-max:1440px;
--grid-gap:24px;
--grid-columns:12; /* @kind other */

/* radii — the brand system is square; roundness belongs to the logotype only */
--radius-none:0px;
--radius-sm:2px;
--radius-md:4px;
--radius-pill:999px;
--radius-circle:50%;

/* control sizing */
--control-h-sm:32px;
--control-h-md:40px;
--control-h-lg:48px;
--border-width:1px;
--border-width-strong:2px;
}
