:root {
  --theme-palette-primary: #8252FF;
  --theme-palette-secondary: #12E5E0;
  --theme-palette-light: #FFFFFF;
  --theme-palette-soft-light: #F6F9FB;
  --theme-palette-dark: #3C4153;
  --theme-palette-soft-dark: #4D546A;
  --theme-palette-light-borders: #D3DCE4;
  --theme-palette-dark-borders: #B0BBC7;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
