/* Durations and easings lifted from the theme's Tailwind transition classes. */
:root{
--dur-fast:200ms; /* @kind other */
--dur-base:300ms; /* @kind other */
--dur-slow:500ms; /* @kind other */
--dur-panel:1000ms; /* @kind other */
--ease-in-out:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-linear:linear; /* @kind other */
--delay-cta:150ms; /* @kind other */
--transform-origin-panel:top; /* @kind other */
}
