/*******************************
    Computed Interaction
*******************************/

/*
  These variables will most likely not need to be modified but are derived from theming
  variables to handle common interaction utilities
*/

:root {

  /* -------------------
        Transition
  -------------------- */

  --transition: all var(--duration) var(--easing);

}