:root{
--shadow-xs:0 1px 2px rgba(21,20,38,.06);
--shadow-sm:0 2px 8px rgba(21,20,38,.06);
--shadow-md:0 8px 24px rgba(21,20,38,.08);
--shadow-lg:0 18px 44px rgba(21,20,38,.12);
--shadow-brand:0 10px 28px rgba(151,30,255,.30);
--shadow-blue:0 10px 28px rgba(72,93,254,.28);
--shadow-inset-line:inset 0 -1px 0 rgba(21,20,38,.05);

--blur-panel:blur(18px); /* @kind other */
--scrim-dark:linear-gradient(180deg,rgba(21,20,38,0) 0%,rgba(21,20,38,.78) 100%); /* @kind color */
--glass-light:rgba(255,255,255,.14); /* @kind color */
--glass-border:rgba(255,255,255,.22); /* @kind color */

--ease-standard:cubic-bezier(.2,.7,.3,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:200ms; /* @kind other */
--dur-slow:340ms; /* @kind other */

--press-scale:.97; /* @kind other */
}
