:root {
  --theme-color-background: #260C39;
  --theme-color-background-container: #10001F;
  --theme-color-surface-field: #10001F;
  --theme-color-surface-field-hover: rgba(255, 255, 255, 0.05);
  --theme-color-text: #ffffff;
  --theme-color-text-secondary: #afafaf;
  --theme-color-text-link: #FEAD1E;
  --theme-color-text-link-hover: #e49a1a;
  --theme-color-border-field: #7e7e7e;
  --theme-color-border: #ffffff;
  --theme-color-border-field-strong: inherit;
  --theme-color-accent-selected: #a8a8a8;
  --theme-color-button-brand: #FEAD1E;
  --theme-color-button-brand-hover: #e49a1a;
  --theme-color-placeholder-field: #7e7e7e;
  --theme-btn-primary-background-color: #FEAD1E;
  --theme-btn-primary-hover-background-color: #e49a1a;
  --theme-btn-primary-active-background-color: #e49a1a;
  --theme-btn-primary-text-color: #10001F;
  --theme-btn-secondary-background-color: #260C39;
  --theme-btn-secondary-hover-background-color: #33104d;
  --theme-btn-secondary-active-background-color: #33104d;
  --theme-stepper-color-indicator: #bbbbbb;
  --theme-stepper-color-indicator-active: #8b8b8b;
}
