:root{
  --dur-1:120ms; /* @kind other */
  --dur-2:180ms; /* @kind other */
  --dur-3:260ms; /* @kind other */
  --dur-4:420ms; /* @kind other */
  --dur-5:720ms; /* @kind other */
  --ease-out:cubic-bezier(.2,.8,.2,1); /* @kind other */
  --ease-in-out:cubic-bezier(.6,0,.2,1); /* @kind other */
  --ease-entrance:cubic-bezier(.16,1,.3,1); /* @kind other */
  --transition-control:background-color var(--dur-2) var(--ease-out),color var(--dur-2) var(--ease-out),border-color var(--dur-2) var(--ease-out),box-shadow var(--dur-2) var(--ease-out),transform var(--dur-1) var(--ease-out); /* @kind other */
  --transition-surface:transform var(--dur-3) var(--ease-out),box-shadow var(--dur-3) var(--ease-out),border-color var(--dur-3) var(--ease-out); /* @kind other */
}
