: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:2px;
--radius-md:6px;
--radius-lg:14px;
--radius-pill:999px;

--shadow-card:0 1px 2px rgba(36,24,17,0.06),0 8px 24px rgba(36,24,17,0.08);
--shadow-lifted:0 4px 8px rgba(36,24,17,0.08),0 24px 48px rgba(36,24,17,0.14);
--shadow-inset:inset 0 1px 0 rgba(255,255,255,0.4);

--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-normal:260ms; /* @kind other */
--duration-slow:420ms; /* @kind other */

--container-max:1240px;
--border-width:1px;
}
