:root {
  --theme-palette-primary: #72BF00;
  --theme-palette-secondary: #054E86;
  --theme-palette-light: #FFFFFF;
  --theme-palette-soft-light: #EBEEEE;
  --theme-palette-dark: #002B40;
  --theme-palette-soft-dark: #4B4B4B;
  --theme-palette-light-borders: #B5C5CD;
  --theme-palette-dark-borders: #4D546A;
  --theme-palette-error: #E3000F;
  --theme-palette-warning: #F3BE02;
  --theme-palette-success: #008A00;
}
