body.contrast {
  .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, .react-select__placeholder {
    color: black !important;
  }

  .form-checkbox:not(:checked), .form-input, .form-select, .form-radio:not(:checked), .react-select__control, .html-editor {
    border-color: #A3A3A3 !important;
  }

  .form-select {
    color: black;
  }

  .border-gray-300 {
    border-color: black;
  }

  .border-gray-200 {
    border-color: #A3A3A3;
  }

  .fill-gray {
    fill: black;
  }
}
