:root{
  --ease-calm:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-breathe:cubic-bezier(.37,0,.23,1); /* @kind other */
  --ease-out-soft:cubic-bezier(0,0,.2,1); /* @kind other */
  --duration-instant:120ms; /* @kind other */
  --duration-fast:220ms; /* @kind other */
  --duration-base:360ms; /* @kind other */
  --duration-slow:640ms; /* @kind other */
  --duration-breath:4200ms; /* @kind other */
  --transition-control:color var(--duration-fast) var(--ease-calm),background-color var(--duration-fast) var(--ease-calm),border-color var(--duration-fast) var(--ease-calm); /* @kind other */
}
