:root{
--radius-none:0px;
--radius-sm:2px;
--radius-md:4px;
--radius-pill:999px;

--border-width-hairline:1px;
--border-width-heavy:2px;

--shadow-flat:none;
--shadow-lift:0 4px 0 0 var(--color-espresso);

--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-normal:200ms; /* @kind other */
}
