:root{
--radius-sm:4px;
--radius-md:8px;
--radius-lg:14px;
--radius-xl:20px;
--radius-pill:999px;
--border-thin:1px;
--border-thick:2px;
--shadow-sm:0 1px 2px rgba(43,36,30,.08);
--shadow-md:0 4px 12px rgba(43,36,30,.12);
--shadow-lg:0 10px 28px rgba(43,36,30,.16);
--shadow-inset:inset 0 1px 3px rgba(43,36,30,.14);
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-normal:200ms; /* @kind other */
}
