:root.dark {
 --fg-button-primary-disabled: #D4D4D4;
 --bg-button-primary: #000000;
 --fg-button-primary: #ffffff;
 --bg-button-primary-hover: #333333;
 --bg-button-primary-click: #404040;
}

/* Below is custom css */
/* Remove the background blur layer */
.edp-background-blur {
  display: none !important;
}

/* Primary background */
.bg-bg-primary {
  background-color: #473426;
}
