:root {
  --theme-palette-primary: #FF4800;
  --theme-palette-secondary: #042729;
  --theme-palette-light: #fcfcfa;
  --theme-palette-soft-light: #f8f5ee;
  --theme-palette-dark: #141414;
  --theme-palette-soft-dark: #e04826;
  --theme-palette-light-borders: #b9cdbe;
  --theme-palette-dark-borders: #f1f0ee;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
