:root{
  --ease-out:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-in-out:cubic-bezier(.45,.05,.55,.95); /* @kind other */
  --ease-breathe:cubic-bezier(.37,0,.63,1); /* @kind other */
  --dur-1:120ms; /* @kind other */
  --dur-2:220ms; /* @kind other */
  --dur-3:420ms; /* @kind other */
  --dur-4:800ms; /* @kind other */
  --dur-breathe:6000ms; /* @kind other */
  --transition-control:color var(--dur-2) var(--ease-out),background-color var(--dur-2) var(--ease-out),border-color var(--dur-2) var(--ease-out),opacity var(--dur-2) var(--ease-out),transform var(--dur-2) var(--ease-out); /* @kind other */
}
