:root{
--shadow-card:0 1px 2px rgba(26,22,19,0.06),0 6px 20px rgba(26,22,19,0.07);
--shadow-raised:0 2px 4px rgba(26,22,19,0.08),0 12px 32px rgba(26,22,19,0.10);
--shadow-inset-line:inset 0 -1px 0 var(--border-subtle);

--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:400ms; /* @kind other */

--border-hairline:1px solid var(--border-subtle);
--border-form:1px solid var(--border-default);
}
