:root{
--rounded-none:0px;
--rounded-xs:5px;
--rounded-sm:8px;
--rounded-md:11px;
--rounded-lg:18px;
--rounded-pill:9999px;
--rounded-full:50%;
/* elevation: the ONLY drop-shadow in the system — product renders resting on a surface */
--shadow-product:3px 5px 30px 0 rgba(0,0,0,0.22);
--border-hairline:1px solid var(--color-hairline);
--border-soft:1px solid rgba(0,0,0,0.08); /* @kind other */
--blur-frosted:saturate(180%) blur(20px); /* @kind other */
--frosted-bg:rgba(245,245,247,0.8);
}
