:root{
--shadow-sm:0 1px 2px oklch(0.19 0.035 234 / 0.08);
--shadow-md:0 4px 12px oklch(0.19 0.035 234 / 0.10),0 1px 2px oklch(0.19 0.035 234 / 0.06);
--shadow-lg:0 12px 32px oklch(0.19 0.035 234 / 0.14),0 2px 6px oklch(0.19 0.035 234 / 0.08);
--shadow-inset:inset 0 1px 2px oklch(0.19 0.035 234 / 0.08);

--ease-standard:cubic-bezier(0.4,0,0.2,1);
--ease-out:cubic-bezier(0,0,0.2,1);
--ease-in:cubic-bezier(0.4,0,1,1);
--duration-fast:120ms;
--duration-base:180ms;
--duration-slow:280ms;

--blur-sm:8px;
--blur-md:16px;
}
