@tailwind base;
@tailwind components;
@tailwind utilities;

@plugin "flowbite-typography";


.tab-btn {
  @apply inline-block px-4 py-3 border-b-2 border-transparent text-green-900 text-opacity-70 hover:text-green-600 hover:border-green-600 transition;
}

.active-tab {
  @apply text-green-600 border-green-600 font-semibold;
}
