:root{
--radius-none:0px;
--radius-sm:3px;
--radius-md:4px;
--radius-lg:8px;
--radius-pill:999px;

--border-w:1px;
--border-w-thick:2px;

--shadow-card:0 1px 2px rgba(20,20,32,0.04),0 10px 30px -18px rgba(20,20,32,0.18);
--shadow-card-hover:0 2px 4px rgba(20,20,32,0.06),0 20px 40px -18px rgba(20,20,32,0.22);
--shadow-inverse:0 16px 40px -18px rgba(0,0,0,0.5);

--ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--ease-out:cubic-bezier(0.16,1,0.3,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-standard:280ms; /* @kind other */
--duration-slow:480ms; /* @kind other */
}
