:root{
--shadow-xs:0 1px 2px rgba(42,44,46,0.06);
--shadow-sm:0 2px 6px rgba(42,44,46,0.08);
--shadow-md:0 8px 24px rgba(42,44,46,0.10);
--shadow-lg:0 20px 48px rgba(42,44,46,0.14);
--shadow-inset:inset 0 0 0 1px rgba(42,44,46,0.06);
--focus-ring:0 0 0 3px var(--ls-orange-tint-20);
--ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--ease-out:cubic-bezier(0.16,1,0.3,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
--duration-slow:320ms; /* @kind other */
}
