:root{
  --dur-1:140ms; /* @kind other */
  --dur-2:240ms; /* @kind other */
  --dur-3:420ms; /* @kind other */
  --dur-4:700ms; /* @kind other */
  --ease-quiet:cubic-bezier(.16,.84,.44,1); /* @kind other */
  --ease-out:cubic-bezier(.22,1,.36,1); /* @kind other */
  --ease-inout:cubic-bezier(.4,0,.2,1); /* @kind other */
  --transition-control:color var(--dur-1) var(--ease-quiet),background-color var(--dur-1) var(--ease-quiet),border-color var(--dur-1) var(--ease-quiet),opacity var(--dur-1) var(--ease-quiet); /* @kind other */
}
/* dur-1 colour & opacity · dur-2 control state · dur-3 panel & accordion · dur-4 split-hero expansion and image scale */
@media (prefers-reduced-motion:reduce){
  :root{
    --dur-1:0ms; /* @kind other */
    --dur-2:0ms; /* @kind other */
    --dur-3:0ms; /* @kind other */
    --dur-4:0ms; /* @kind other */
  }
}
