:root{
--shadow-xs:0 1px 2px rgba(15,23,42,.04);
--shadow-sm:0 2px 8px rgba(15,23,42,.06);
--shadow-md:0 8px 24px rgba(15,23,42,.08);
--shadow-lg:0 16px 48px rgba(15,23,42,.10);
--shadow-xl:0 24px 64px rgba(15,23,42,.12);
--shadow-glass-inset:inset 0 1px 0 rgba(255,255,255,.5);
--ease-standard:cubic-bezier(.4,0,.2,1);/* @kind other */
--ease-out-expo:cubic-bezier(.16,1,.3,1);/* @kind other */
--ease-in-out-soft:cubic-bezier(.45,0,.55,1);/* @kind other */
--duration-fast:150ms;/* @kind other */--duration-base:300ms;/* @kind other */--duration-slow:600ms;/* @kind other */--duration-cinematic:1500ms;/* @kind other */
}
