:root {
  --theme-color-background: #021135;
  --theme-color-background-container: #021e35;
  --theme-color-surface-field: #0f2a4b;
  --theme-color-surface-field-hover: #15263a;
  --theme-color-text: #c1c1c1;
  --theme-color-text-secondary: #555E7B;
  --theme-color-text-link: #5096c6;
  --theme-color-text-link-hover: #2577b6;
  --theme-color-border-field: #376298;
  --theme-color-border: #294a72;
  --theme-color-border-field-strong: #467abc;
  --theme-color-accent-selected: #1d5e8f;
  --theme-color-button-brand: #1d5e8f;
  --theme-color-button-brand-hover: #15466a;
  --theme-color-placeholder-field: #376298;
  --theme-btn-primary-background-color: #08e8e8;
  --theme-btn-primary-hover-background-color: #06c7c7;
  --theme-btn-primary-active-background-color: #06c7c7;
  --theme-btn-primary-text-color: #350202;
  --theme-btn-secondary-background-color: #012f57;
  --theme-btn-secondary-hover-background-color: #013a6b;
  --theme-btn-secondary-active-background-color: #013a6b;
  --theme-stepper-color-indicator: #376298;
  --theme-stepper-color-indicator-active: #2577b6;
}
