@import "tailwindcss";
@import "flowbite/src/themes/default";
@plugin "flowbite/plugin";
@source "../node_modules/flowbite";

@theme {
   --font-sans: "Quicksand", sans-serif;
   --color-green-new: #224425;
   --color-yellow-new: #fec25f;
  }
