:root{
--shadow-sm:0 1px 3px rgba(13,63,118,0.08);
--shadow-md:0 8px 24px rgba(13,63,118,0.12);
--shadow-lg:0 24px 56px rgba(8,27,46,0.18);
--shadow-focus:0 0 0 4px rgba(58,183,237,0.35);
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-base:250ms; /* @kind other */
--duration-slow:450ms; /* @kind other */
--blur-glass:14px;
}
