: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: #FFD342;
  --theme-color-text-link-hover: #dcb639;
  --theme-color-border-field: #ffffff70;
  --theme-color-border: #ffffff;
  --theme-color-border-field-strong: #F9CB16;
  --theme-color-accent-selected: rgba(255, 255, 255, 0.3);
  --theme-color-button-brand: #00C070;
  --theme-color-button-brand-hover: #009557;
  --theme-color-placeholder-field: #ffffff70;
  --theme-btn-primary-background-color: #00C070;
  --theme-btn-primary-hover-background-color: #009557;
  --theme-btn-primary-active-background-color: #009557;
  --theme-btn-primary-text-color: #FFFFFF;
  --theme-btn-secondary-background-color: #c4a231;
  --theme-btn-secondary-hover-background-color: #a48829;
  --theme-btn-secondary-active-background-color: #a48829;
  --theme-stepper-color-indicator: #afafaf;
  --theme-stepper-color-indicator-active: #afafaf;
}
