@import "tailwindcss";

/*
  Tag color safelist - these classes are used dynamically in the app.
  Tailwind CSS 4 will scan this file and include these classes in the build.

  bg-gray-500 bg-red-500 bg-orange-500 bg-amber-500 bg-yellow-500
  bg-lime-500 bg-green-500 bg-emerald-500 bg-teal-500 bg-cyan-500
  bg-sky-500 bg-blue-500 bg-indigo-500 bg-violet-500 bg-purple-500
  bg-fuchsia-500 bg-pink-500 bg-rose-500

  bg-gray-100 text-gray-800 bg-red-100 text-red-800 bg-orange-100 text-orange-800
  bg-amber-100 text-amber-800 bg-yellow-100 text-yellow-800 bg-lime-100 text-lime-800
  bg-green-100 text-green-800 bg-emerald-100 text-emerald-800 bg-teal-100 text-teal-800
  bg-cyan-100 text-cyan-800 bg-sky-100 text-sky-800 bg-blue-100 text-blue-800
  bg-indigo-100 text-indigo-800 bg-violet-100 text-violet-800 bg-purple-100 text-purple-800
  bg-fuchsia-100 text-fuchsia-800 bg-pink-100 text-pink-800 bg-rose-100 text-rose-800

  border-green-500 bg-green-50 border-gray-400 bg-gray-50 border-red-500 bg-red-50
*/
