

:root {
  --theme-color: #d92961 !important;
}

body {
  background-color: var(--theme-color);
}

button {
  background-color: var(--theme-color);
  color: white;
}