:root {
  --theme-color-background: #3A312F;
  --theme-color-background-container: #1F1F1D;
  --theme-color-surface-field: #1F1F1D;
  --theme-color-surface-field-hover: rgba(255, 255, 255, 0.05);
  --theme-color-text: #ffffff;
  --theme-color-text-secondary: #afafaf;
  --theme-color-text-link: #EB8900;
  --theme-color-text-link-hover: #fa9303;
  --theme-color-border-field: #7e7e7e;
  --theme-color-border: #ffffff;
  --theme-color-border-field-strong: inherit;
  --theme-color-accent-selected: #a8a8a8;
  --theme-color-button-brand: #EB8900;
  --theme-color-button-brand-hover: #fa9303;
  --theme-color-placeholder-field: #7e7e7e;
  --theme-btn-primary-background-color: #EB8900;
  --theme-btn-primary-hover-background-color: #fa9303;
  --theme-btn-primary-active-background-color: #fa9303;
  --theme-btn-primary-text-color: #260404;
  --theme-btn-secondary-background-color: #3A312F;
  --theme-btn-secondary-hover-background-color: #4e4240;
  --theme-btn-secondary-active-background-color: #4e4240;
  --theme-stepper-color-indicator: #bbbbbb;
  --theme-stepper-color-indicator-active: #8b8b8b;
}
