@import "tailwindcss";

/* Light-grey checkerboard backdrop for images with transparency, so an
   alpha channel is visible instead of looking like a plain white square. */
@utility bg-checkerboard {
  background-image: repeating-conic-gradient(#e2e8f0 0% 25%, #ffffff 0% 50%);
  background-size: 16px 16px;
}
