/* SweetAlert2 Dark Theme Overrides */
:root[data-swal2-theme="dark"] {
  --swal2-background: #2e2e2e;
  --swal2-color: #ffffff;
  --swal2-title-color: #ffffff;
  --swal2-text-color: #e0e0e0;
  --swal2-confirm-button-background: #4a90e2;
  --swal2-cancel-button-background: #888888;
}
