/* Custom styles for ImgGenerator */
body {
	font-family: sans-serif;
}

/* Main styles for ImgGenerator - to be populated based on img-variator if needed */

/* Hover effect for sample prompt buttons */
.sample-prompt-btn:hover {
	background-color: #fdf2f8 !important; /* Tailwind pink-50 */
	color: #c026d3 !important; /* Tailwind fuchsia-700 for darker pink text */
	border-color: #c026d3 !important; /* Darker border on hover */
}

/* Ensure other styles are not affected, or add at the end of the file */
