:root{
--ease-editorial:cubic-bezier(.22,1,.36,1); /* @kind other */
--ease-cinematic:cubic-bezier(.65,.02,.24,1); /* @kind other */
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--dur-instant:90ms; /* @kind other */
--dur-fast:180ms; /* @kind other */
--dur-base:320ms; /* @kind other */
--dur-slow:640ms; /* @kind other */
--dur-cinematic:1100ms; /* @kind other */
--transition-control: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 */
--transition-surface:transform var(--dur-base) var(--ease-editorial),border-color var(--dur-base) var(--ease-editorial),background-color var(--dur-base) var(--ease-editorial); /* @kind other */
}
