:root {
  --theme-palette-primary-light: #779fb6;
  --theme-palette-primary-main: #497186;
  --theme-palette-primary-dark: #1a4659;
  --theme-palette-primary-contrastText: #fff;
  --theme-palette-secondary-light: #7bf6b5;
  --theme-palette-secondary-main: #44c285;
  --theme-palette-secondary-dark: #009158;
  --theme-palette-secondary-contrastText: #fff;
  --theme-palette-error-light: #e57373;
  --theme-palette-error-main: #f44336;
  --theme-palette-error-dark: #d32f2f;
  --theme-palette-error-contrastText: #fff;
  --theme-palette-warning-light: #ffb74d;
  --theme-palette-warning-main: #ff9800;
  --theme-palette-warning-dark: #f57c00;
  --theme-palette-warning-contrastText: rgba(0, 0, 0, 0.87);
  --theme-palette-info-light: #64b5f6;
  --theme-palette-info-main: #2196f3;
  --theme-palette-info-dark: #1976d2;
  --theme-palette-info-contrastText: #fff;
  --theme-palette-success-light: #81c784;
  --theme-palette-success-main: #4caf50;
  --theme-palette-success-dark: #388e3c;
  --theme-palette-success-contrastText: rgba(0, 0, 0, 0.87);
}