:root {
  --toastify-color-info: #3960bf;
  --toastify-color-success: #276e65;
  --toastify-color-warning: #9a694e;
  --toastify-color-error: #9c3c3c;

  --toastify-icon-color-info: #3960bf;
  --toastify-icon-color-success: #5aa198;
  --toastify-icon-color-warning: #eda177;
  --toastify-icon-color-error: #df5656;
  --toastify-text-color-light: #09132a;
}
