/* One input-surface contract for every redesigned workspace. */
input:not(
  [type="button"],
  [type="checkbox"],
  [type="color"],
  [type="file"],
  [type="hidden"],
  [type="radio"],
  [type="range"],
  [type="reset"],
  [type="submit"]
),
textarea,
select {
  background: var(--ui-input);
}
