:root {
  --motion-fast: 0.22s;
  --motion-base: 0.35s;
  --motion-slow: 0.55s;
  --motion-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-ease-soft: ease;
}
