:root {
  --theme-palette-primary: #00DC64;
  --theme-palette-secondary: #C5C5C5;
  --theme-palette-light: #FFFFFF;
  --theme-palette-soft-light: #f5f5f5;
  --theme-palette-dark: #000;
  --theme-palette-soft-dark: #2f2f2f;
  --theme-palette-light-borders: #e5e5e5;
  --theme-palette-dark-borders: #6a6a6a;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
