/* Test paper-white. Swap this file off to revert to pure white. */
html,
body,
main.bg-background,
.bg-background {
  background-color: #f7f6f3;
}

/* Chrome autofill was painting the email fields bright blue. */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #2c2c2c;
  caret-color: #2c2c2c;
  transition: background-color 9999s ease-out;
}
