:root{
--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;
--radius-sm:8px;
--radius-md:14px;
--radius-lg:20px;
--radius-xl:28px;
--radius-pill:999px;
--shadow-sm:0 1px 2px rgba(37,26,20,0.08);
--shadow-card:0 4px 16px rgba(37,26,20,0.10),0 1px 3px rgba(37,26,20,0.08);
--shadow-raised:0 12px 32px rgba(37,26,20,0.16),0 2px 8px rgba(37,26,20,0.08);
--shadow-popover:0 20px 48px rgba(37,26,20,0.22);
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--ease-bounce:cubic-bezier(.34,1.56,.64,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
--duration-slow:360ms; /* @kind other */
}
