:root{
--radius-s:6px;
--radius-m:10px;
--radius-l:16px;
--radius-pill:999px;
--radius-circle:50%;

--shadow-card:0 1px 2px rgba(13,22,68,.06),0 4px 16px rgba(13,22,68,.08);
--shadow-float:0 8px 24px rgba(13,22,68,.16),0 2px 6px rgba(13,22,68,.10);
--shadow-fab:0 6px 16px rgba(38,38,252,.35);
--shadow-inset-focus:0 0 0 3px rgba(38,38,252,.18);

--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:180ms; /* @kind other */
--dur-slow:280ms; /* @kind other */
}
