:root{
--radius-sm:6px;
--radius-md:10px;
--radius-lg:16px;
--radius-xl:24px;
--radius-pill:999px;

--shadow-sm:0 1px 2px rgba(0,0,0,0.4);
--shadow-md:0 4px 12px rgba(0,0,0,0.45);
--shadow-lg:0 12px 32px rgba(0,0,0,0.5);
--shadow-glow:0 0 0 1px var(--accent-soft-border),0 8px 24px rgba(243,129,47,0.18);

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

--grain-opacity:0.05; /* @kind other */
}
