:root{
--radius-sm:6px;
--radius-md:10px;
--radius-lg:16px;
--radius-xl:24px;
--radius-pill:999px;

--shadow-sm:0 1px 2px rgba(11,35,71,0.06);
--shadow-md:0 4px 12px rgba(11,35,71,0.08);
--shadow-lg:0 12px 32px rgba(11,35,71,0.12);
--shadow-xl:0 24px 56px rgba(11,35,71,0.16);

--ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,0.2,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-base:220ms; /* @kind other */
--duration-slow:400ms; /* @kind other */
}
