:root {
  --theme-palette-primary: #0176D3;
  --theme-palette-secondary: #0B5CAB;
  --theme-palette-light: #FFFFFF;
  --theme-palette-soft-light: #EBEBEB;
  --theme-palette-dark: #000;
  --theme-palette-soft-dark: #333;
  --theme-palette-light-borders: #EBEBEB;
  --theme-palette-dark-borders: #EAF5FE;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
