@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@import '/node_modules/@fortawesome/fontawesome-free/css/all.min.css';

@layer base {

.text-btn{
    @apply underline text-sm text-gray-600 hover:text-gray-900; 

}
}