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



.btn {
    @apply text-base font-medium rounded-lg p-3;
}
.btn--fc {
    @apply bg-blue-900;
}

