@tailwind base;
@tailwind components;
@tailwind utilities;

/* Toastr CSS */
@import url("https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.css");

/* Custom Toastr styling to match TalentBomba theme */
.toast-success {
  background-color: #10b981 !important;
}

.toast-error {
  background-color: #ef4444 !important;
}

.toast-info {
  background-color: #3b82f6 !important;
}

.toast-warning {
  background-color: #f59e0b !important;
}
