/* Avo's layout links this filename last and unlayered (the gem ships an empty
   stub), so this beats its @layer base rule on any selector. Avo inverts its
   white checkbox tick with background-blend-mode: difference, which assumes an
   achromatic accent-content. Ours is coral, so the tick came out teal. */
input[type="checkbox"] {
  background-blend-mode: normal;
}
