:root{
--radius-none:0;
--radius-sm:2px;
--radius-md:6px;
--radius-lg:14px;
--radius-xl:24px;
--radius-pill:999px;

--shadow-xs:0 1px 2px rgba(27,40,56,0.07);
--shadow-sm:0 2px 8px rgba(27,40,56,0.08);
--shadow-md:0 8px 24px rgba(27,40,56,0.10);
--shadow-lg:0 20px 48px rgba(27,40,56,0.14);
--shadow-gold-glow:0 0 0 3px rgba(182,149,94,0.25);

--border-w-hairline:1px;
--border-w-default:1px;
--border-w-thick:2px;

--duration-fast:150ms; /* @kind other */
--duration-base:250ms; /* @kind other */
--duration-slow:420ms; /* @kind other */
--ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--ease-out-emphasis:cubic-bezier(0.16,1,0.3,1); /* @kind other */

--blur-glass:12px; /* @kind spacing */
}
