/* The app animates exactly one thing: selection-chip color cross-fades
   (components/AnimatedColorChip.js, withTiming 150ms). Presses are
   instant state changes, not transitions. */
:root{
  --duration-chip:150ms; /* @kind other */
  --easing-default:ease; /* @kind other */      /* Reanimated withTiming default */
  --press-opacity:0.7; /* @kind other */        /* tappable card pressed state */
  --press-scale:0.98; /* @kind other */         /* primary button pressed state */
  --disabled-opacity:0.6; /* @kind other */
}
