:root{
--shadow-sm:0 1px 2px rgba(27,31,26,0.08);
--shadow-md:0 6px 16px rgba(27,31,26,0.10);
--shadow-lg:0 16px 40px rgba(16,31,22,0.16);
--shadow-inverse:0 12px 32px rgba(0,0,0,0.35);

--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out-soft:cubic-bezier(.16,1,.3,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:220ms; /* @kind other */
--duration-slow:420ms; /* @kind other */

--border-w-hairline:1px;
--border-w-default:1.5px;
}
