:root{
--shadow-sm:0 1px 2px rgba(14,41,71,0.08);
--shadow-md:0 4px 12px rgba(14,41,71,0.10);
--shadow-lg:0 12px 32px rgba(14,41,71,0.14);
--shadow-focus:0 0 0 3px rgba(30,68,104,0.25);
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-normal:200ms; /* @kind other */
}
