:root {
  --theme-color-background: #0c3421;
  --theme-color-background-container: #145A3A;
  --theme-color-surface-field: #145A3A;
  --theme-color-surface-field-hover: #0c3723;
  --theme-color-text: #ffffff;
  --theme-color-text-secondary: #a0a0a0;
  --theme-color-text-link: #F9CB16;
  --theme-color-text-link-hover: #d8b116;
  --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: #22925f;
  --theme-color-button-brand-hover: #27aa6e;
  --theme-color-placeholder-field: #ffffff70;
  --theme-btn-primary-background-color: #F9CB16;
  --theme-btn-primary-hover-background-color: #e1b710;
  --theme-btn-primary-active-background-color: #e1b710;
  --theme-btn-primary-text-color: #0E3E2A;
  --theme-btn-secondary-background-color: #145A3A;
  --theme-btn-secondary-hover-background-color: #0e3f29;
  --theme-btn-secondary-active-background-color: #0e3f29;
  --theme-stepper-color-indicator: #afafaf;
  --theme-stepper-color-indicator-active: #afafaf;
}
