/* KPW Members intentionally ships a light-only interface. */
:root {
  color-scheme: only light;
  background-color: #f4f4f4;
  color: #333;
}

html,
body {
  background-color: #f4f4f4;
  color: #333;
}

input,
select,
textarea,
button {
  color-scheme: only light;
}

/* Keep scanner targets outside browser/OS forced-colour transformations. */
.kpw-barcode-surface {
  color-scheme: only light;
  forced-color-adjust: none;
  isolation: isolate;
  background-color: #fff;
  color: #000;
}

.kpw-barcode-surface svg {
  display: block;
  background-color: #fff;
  color: #000;
  filter: none;
}
