:root{
--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:999px;
--shadow-xs:0 1px 2px rgba(15,18,30,.06);
--shadow-sm:0 2px 6px rgba(15,18,30,.08);
--shadow-md:0 8px 24px rgba(15,18,30,.10);
--shadow-lg:0 20px 48px rgba(15,18,30,.14);
--shadow-glow:0 0 0 1px rgba(79,147,251,.25),0 8px 30px rgba(124,77,233,.25);
--ease-standard:cubic-bezier(.4,0,.2,1);/* @kind other */
--ease-out:cubic-bezier(0,0,.2,1);/* @kind other */
--ease-in:cubic-bezier(.4,0,1,1);/* @kind other */
--duration-fast:120ms;/* @kind other */
--duration-base:200ms;/* @kind other */
--duration-slow:360ms;/* @kind other */
}
