:root{
--shadow-xs:0 1px 2px rgba(94,19,57,.06);
--shadow-sm:0 2px 6px rgba(94,19,57,.08);
--shadow-md:0 6px 18px rgba(94,19,57,.10);
--shadow-lg:0 16px 40px rgba(94,19,57,.14);
--shadow-focus:0 0 0 3px rgba(217,98,141,.35);
--ease-standard:cubic-bezier(.2,.8,.3,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:200ms; /* @kind other */
--dur-slow:320ms; /* @kind other */
}