/* Snappy - alles half zo lang, strakke curve. Voor als het te traag voelt. */
:root[data-motion="snappy"] {
  --t-tap: 50ms; --t-fast: 90ms; --t-mid: 140ms;
  --t-slow: 180ms; --t-page: 220ms;
  --ease-out: cubic-bezier(.2, 0, 0, 1);
}
