:root {
  --theme-color-background: #1A1D32;
  --theme-color-background-container: #0D101C;
  --theme-color-surface-field: #0D101C;
  --theme-color-surface-field-hover: rgba(255, 255, 255, 0.05);
  --theme-color-text: #ffffff;
  --theme-color-text-secondary: #afafaf;
  --theme-color-text-link: #FFCE48;
  --theme-color-text-link-hover: #e0b53f;
  --theme-color-border-field: #7e7e7e;
  --theme-color-border: #ffffff;
  --theme-color-border-field-strong: inherit;
  --theme-color-accent-selected: #a8a8a8;
  --theme-color-button-brand: #0D101C;
  --theme-color-button-brand-hover: #222a4b;
  --theme-color-placeholder-field: #7e7e7e;
  --theme-btn-primary-background-color: #FFCE48;
  --theme-btn-primary-hover-background-color: #e9bc42;
  --theme-btn-primary-active-background-color: #e9bc42;
  --theme-btn-primary-text-color: #0D101C;
  --theme-btn-secondary-background-color: #1C2036;
  --theme-btn-secondary-hover-background-color: #262b47;
  --theme-btn-secondary-active-background-color: #262b47;
  --theme-stepper-color-indicator: #bbbbbb;
  --theme-stepper-color-indicator-active: #8b8b8b;
}
