:root {
  --color-success: green;
  --color-between-success-and-warning: #7C9200;
  --color-warning: orange;
  --color-failed: red;
  --color-failed-2: #ac1b02;
  --color-undetermined: gray;

  --warning-contrast: #3b3b3b;
}