:root{
--shadow-sm:0 2px 6px rgba(4,1,2,.35);
--shadow-md:0 8px 24px rgba(4,1,2,.42);
--shadow-lg:0 20px 48px rgba(4,1,2,.5);
--shadow-glow-rose:0 0 40px rgba(200,120,140,.22);
--shadow-inset-card:inset 0 1px 0 rgba(246,239,232,.06);

--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-md:260ms; /* @kind other */
--duration-slow:420ms; /* @kind other */

--blur-glass:14px;
}
