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

 .tab-button {
     @apply py-2 px-4 text-gray-600 font-semibold border-b-2 -mb-px hover:text-blue-600 transition;
 }

.active-tab {
    @apply text-blue-600 border-blue-600;
}

.tab-content {
    @apply p-4 border border-gray-200 rounded-t-lg mt-2;
}
