:root{
--dur-fast:140ms; /* @kind other */
--dur-base:220ms; /* @kind other */
--dur-slow:420ms; /* @kind other */
--ease-soft:cubic-bezier(.22,.61,.36,1); /* @kind other */
--ease-inout:cubic-bezier(.4,0,.2,1); /* @kind other */
--transition-quiet:color var(--dur-fast) var(--ease-soft),background-color var(--dur-fast) var(--ease-soft),border-color var(--dur-fast) var(--ease-soft),opacity var(--dur-fast) var(--ease-soft);
}
