:root {
  --theme-palette-primary: #E31E38;
  --theme-palette-secondary: #04034F;
  --theme-palette-light: #FFEED4;
  --theme-palette-soft-light: #ffffff;
  --theme-palette-dark: #292929;
  --theme-palette-soft-dark: #595959;
  --theme-palette-light-borders: #E2E8F0;
  --theme-palette-dark-borders: #E2E8F0;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
