:root{
--shadow-sm:0 2px 8px oklch(0 0 0 / 0.35);
--shadow-md:0 8px 24px oklch(0 0 0 / 0.45);
--shadow-lg:0 20px 56px oklch(0 0 0 / 0.55);
--glow-jade:0 0 24px var(--color-jade-glow);
--glow-red:0 0 20px var(--color-red-glow);
--grain-opacity:0.06; /* @kind other */
--ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,0.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:220ms; /* @kind other */
--duration-slow:420ms /* @kind other */
}
