<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.selection-inverse-bg-color {
  background-color: rgb(215, 25, 33)!important;
  fill: rgb(255, 255, 255)!important;
}

.btn-action {
  background-color: rgb(0, 0, 0)!important;
  color: rgb(255, 255, 255)!important;
  fill: rgb(0, 0, 0)!important;
}

.primary-text-color {
  color: rgb(51, 51, 51)!important;
}

.primary-bg-color {
  background-color: rgb(255, 255, 255)!important;
}

.selection-border-color {
  border-color: rgb(215, 25, 33)!important;
}

.btn-action-inverse {
  background-color: rgb(255, 255, 255)!important;
  color: rgb(0, 0, 0)!important;
  fill: rgb(255, 255, 255)!important;
}

.secondary-bg-color {
  background-color: rgb(255, 255, 255)!important;
}</pre></body></html>