:root {
  --theme-palette-primary: #3a6fb6;
  --theme-palette-secondary: #f7941e;
  --theme-palette-light: #FFFFFF;
  --theme-palette-soft-light: #f5f0eb;
  --theme-palette-dark: #003366;
  --theme-palette-soft-dark: #283228;
  --theme-palette-light-borders: #d9d9d9;
  --theme-palette-dark-borders: #F0E8DF;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
