:root{
--radius-sm:4px;
--radius-md:8px;
--radius-lg:14px;
--radius-xl:24px;
--radius-pill:999px;
--shadow-sm:0 1px 2px rgba(17,63,68,0.06);
--shadow-md:0 4px 16px rgba(17,63,68,0.08);
--shadow-lg:0 12px 32px rgba(17,63,68,0.12);
--shadow-focus:0 0 0 3px rgba(44,102,108,0.25);
--border-width:1px;
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
}
