/* ORNAMENT — ruch. Mikroanimacje ciche i krotkie: nic nie skacze, nic nie miga. */
:root{
  --dur-fast:140ms; /* @kind other */   /* hover, fokus */
  --dur-base:220ms; /* @kind other */   /* rozwiniecia, przesuniecia */
  --ease:cubic-bezier(.25,.6,.35,1); /* @kind other */
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
