:root {
  --theme-palette-primary: #035fe6;
  --theme-palette-secondary: #EB1000;
  --theme-palette-light: #FFFFFF;
  --theme-palette-soft-light: #f8f8f8;
  --theme-palette-dark: #000000;
  --theme-palette-soft-dark: #363636;
  --theme-palette-light-borders: #e6e6e6;
  --theme-palette-dark-borders: #d3d3d3;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
