:root{
--shadow-sm:0 1px 2px rgba(10,10,14,.06);
--shadow-md:0 4px 16px rgba(10,10,14,.08);
--shadow-lg:0 12px 32px rgba(10,10,14,.12);
--shadow-card:0 1px 2px rgba(10,10,14,.04),0 1px 1px rgba(10,10,14,.03);
--shadow-modal:0 24px 64px rgba(10,10,14,.24);
--ease-standard:cubic-bezier(.4,0,.2,1);/* @kind other */
--ease-emphasized:cubic-bezier(.2,0,0,1);/* @kind other */
--ease-decel:cubic-bezier(0,0,.2,1);/* @kind other */
--duration-fast:120ms;/* @kind other */
--duration-base:200ms;/* @kind other */
--duration-slow:360ms;/* @kind other */
--blur-glass:20px;
}
