/* Restore Outdoors — motion. Short, weighted, no bounce. */
:root {
  --duration-instant: 90ms; /* @kind other */
  --duration-fast: 140ms; /* @kind other */
  --duration-base: 220ms; /* @kind other */
  --duration-slow: 380ms; /* @kind other */
  --duration-marquee: 26s; /* @kind other */
  --ease-standard: cubic-bezier(0.2, 0.6, 0.2, 1); /* @kind other */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --ease-in: cubic-bezier(0.5, 0, 0.9, 0.3); /* @kind other */
  --ease-linear: linear; /* @kind other */
  --lift-hover: -1px; /* @kind spacing */
  --press-shift: 1px; /* @kind spacing */
  --transition-control: background-color var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard), transform var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard); /* @kind other */
}
