@import "tailwindcss";
@plugin "daisyui";

@layer components {
  /* Ensure gallery images are not cropped by DaisyUI carousel defaults */
  .gallery .carousel-item img {
    @apply w-full h-full !object-contain bg-base-100;
  }
}