:root {
  --theme-color-background: #161616;
  --theme-color-background-container: #000000;
  --theme-color-surface-field: #000000;
  --theme-color-surface-field-hover: #161616;
  --theme-color-text: #ffffff;
  --theme-color-text-secondary: #a0a0a0;
  --theme-color-text-link: #08bb6f;
  --theme-color-text-link-hover: #11ee90;
  --theme-color-border-field: #ffffff70;
  --theme-color-border: #ffffff;
  --theme-color-border-field-strong: inherit;
  --theme-color-accent-selected: rgba(255, 255, 255, 0.3);
  --theme-color-button-brand: #d209a3;
  --theme-color-button-brand-hover: #f051cb;
  --theme-color-placeholder-field: #ffffff70;
  --theme-btn-primary-background-color: #08bb6f;
  --theme-btn-primary-hover-background-color: #07975a;
  --theme-btn-primary-active-background-color: #07975a;
  --theme-btn-primary-text-color: #FFFFFF;
  --theme-btn-secondary-background-color: #d209a3;
  --theme-btn-secondary-hover-background-color: #ba079b;
  --theme-btn-secondary-active-background-color: #ba079b;
  --theme-stepper-color-indicator: #afafaf;
  --theme-stepper-color-indicator-active: #afafaf;
}
