:root{
--radius-sm:8px;
--radius-md:14px;
--radius-lg:22px;
--radius-pill:999px;

--shadow-sm:0 2px 6px rgba(66,66,66,0.08);
--shadow-md:0 8px 20px rgba(66,66,66,0.12);
--shadow-lg:0 16px 40px rgba(66,66,66,0.16);

--border-width-sm:1.5px;
--border-width-md:2.5px;

--ease-bounce:cubic-bezier(0.34,1.56,0.64,1); /* @kind other */
--ease-out:cubic-bezier(0.16,1,0.3,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-base:220ms; /* @kind other */
}
