:root{
--shadow-xs:0 1px 2px rgba(11,18,32,0.05);
--shadow-soft:0 2px 8px rgba(11,18,32,0.06),0 1px 2px rgba(11,18,32,0.04);
--shadow-md:0 8px 24px rgba(11,18,32,0.08),0 2px 6px rgba(11,18,32,0.04);
--shadow-lg:0 20px 48px rgba(11,18,32,0.12),0 4px 12px rgba(11,18,32,0.05);
--shadow-focus:0 0 0 3px rgba(30,143,122,0.28);
--blur-glass:14px;
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
--duration-slow:360ms; /* @kind other */
--ease-standard:cubic-bezier(.25,.1,.25,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--ease-in:cubic-bezier(.7,0,1,1); /* @kind other */
}
