@import "tailwindcss/preflight";

/* Custom styles for bro-toastify */
.bro-toastify-container {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 1rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
}