:root {
  --color-primary: #9e3355;
  --color-secondary: #eacfcf;
  /*Bottoni*/
  --btn-primary: #9e3355;
  --btn-primary-color: #ffffff;
  /* alert */
  --bg-alert-full-msg: #f1f1f1;
  --color-alert-full-msg: #aaa9a9;
  --bg-alert-success: #00a20f;
  --color-alert-high-contrast-success: #ffffff;
  --bg-alert-error: #db0000;
  --color-alert-high-contrast-error: #ffffff;
  --bg-alert-warning: #e0942a;
  --color-alert-high-contrast-warning: #ffffff;
}
