:root{
--shadow-sm:0 1px 2px rgba(23,26,31,0.06);
--shadow-card:0 2px 10px rgba(23,26,31,0.08);
--shadow-card-hover:0 8px 24px rgba(23,26,31,0.14);
--shadow-button:0 2px 6px rgba(0,120,200,0.28);
--shadow-inverse:0 12px 32px rgba(0,0,0,0.35);

--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
--duration-slow:320ms; /* @kind other */

--overlay-scrim:linear-gradient(180deg,rgba(20,22,28,0.15) 0%,rgba(10,14,22,0.75) 100%); /* @kind other */
--overlay-card-caption:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%); /* @kind other */
}
