/* SweetAlert2 toast brand styling */
.swal2-container .swal2-popup.swal2-toast.inchcape-toast {
  font-family: "ITC Avant Garde Gothic", Arial, Helvetica, sans-serif;
  border: 1px solid #18bde6; /* light blue */
  box-shadow: 0 8px 18px rgba(0, 26, 65, 0.18);
  border-radius: 10px;
}
.swal2-icon.swal2-success {
  border-color: #18bde6 !important;
  color: #18bde6 !important;
}
.swal2-icon.swal2-error {
  border-color: #e63946 !important;
  color: #e63946 !important;
}
.swal2-title.inchcape-toast-title {
  color: #001a41;
  font-weight: 600;
}
