:root{
--radius-s:4px;
--radius-m:8px;
--radius-l:12px;
--radius-pill:999px;
--shadow-card:0 1px 2px rgba(20,26,31,0.06),0 1px 3px rgba(20,26,31,0.08);
--shadow-raised:0 2px 8px rgba(20,26,31,0.10),0 1px 2px rgba(20,26,31,0.06);
--shadow-overlay:0 8px 24px rgba(20,26,31,0.16),0 2px 6px rgba(20,26,31,0.08);
--shadow-focus:0 0 0 3px rgba(247,111,9,0.35);
--border-w:1px;
--ease-standard:cubic-bezier(0.2,0,0,1); /* @kind other */
--ease-decelerate:cubic-bezier(0,0,0,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-standard:180ms; /* @kind other */
--duration-slow:260ms; /* @kind other */
}
