:root {
  --theme-palette-primary: #002d5d;
  --theme-palette-secondary: #5bb0e2;
  --theme-palette-light: #FFFFFF;
  --theme-palette-soft-light: #eff1f4;
  --theme-palette-dark: #13141a;
  --theme-palette-soft-dark: #6b6b6b;
  --theme-palette-light-borders: #f7f7f7;
  --theme-palette-dark-borders: #f1f0f0;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
