:root.dark {
 --fg-button-primary-disabled: #525252;
 --bg-button-primary: #B4A7D6;
 --fg-button-primary: #000000;
 --bg-button-primary-hover: #9086ab;
 --bg-button-primary-click: #877da1;
}

/* Below is custom css */
/* Remove background blur */
.edp-background-blur {
  display: none !important;
}
/* Set primary background to black */
.bg-bg-primary {
  background-color: #00000;
}

