:root{
--dur-instant:90ms;/* @kind other */--dur-fast:180ms;/* @kind other */--dur-base:260ms;/* @kind other */--dur-slow:420ms;/* @kind other */--dur-editorial:680ms;/* @kind other */
--ease-standard:cubic-bezier(.4,0,.2,1);/* @kind other */
--ease-editorial:cubic-bezier(.22,1,.36,1);/* @kind other */
--ease-out-soft:cubic-bezier(.16,1,.3,1);/* @kind other */
--transition-ui:color var(--dur-fast) var(--ease-standard),background-color var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard),opacity var(--dur-fast) var(--ease-standard);/* @kind other */
}
