/* 8 px base unit. The ladder is 8 · 16 · 24 · 40 · 64 · 96 and nothing between. */
:root{
--unit:8px;
--space-1:8px;--space-2:16px;--space-3:24px;--space-4:40px;--space-5:64px;--space-6:96px;
--content-max:1120px;
--grid-columns:12;/* @kind other */
--grid-gutter:24px;
--tap-min:44px;--button-height:56px;--button-height-sm:44px;--field-height:44px;
--viewport-min:390px;
--section-pad-y:var(--space-6);--section-pad-y-mobile:var(--space-4);
--card-pad:var(--space-3);--card-pad-lg:var(--space-4);
}
