:root{
--space-1:4px;
--space-2:8px;
--space-3:12px;
--space-4:16px;
--space-5:24px;
--space-6:32px;
--space-7:48px;
--space-8:64px;
--space-9:96px;
--space-10:128px;

--radius-sm:8px;
--radius-md:16px;
--radius-lg:32px;
--radius-pill:999px;
--radius-circle:50%;

--container-max:1200px;
--ease-standard:cubic-bezier(.25,.8,.25,1); /* @kind other */
--ease-soft:cubic-bezier(.22,.61,.36,1); /* @kind other */
--duration-fast:200ms; /* @kind other */
--duration-normal:300ms; /* @kind other */
--duration-slow:420ms; /* @kind other */
}
