:root {
  --theme-palette-primary: #072B55;
  --theme-palette-secondary: #FF7C66;
  --theme-palette-light: #FFFFFF;
  --theme-palette-soft-light: #EBEBEB;
  --theme-palette-dark: #000;
  --theme-palette-soft-dark: #4D546A;
  --theme-palette-light-borders: #FFBEB3;
  --theme-palette-dark-borders: #DEDEDE;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
