@tailwind base;@tailwind components;@tailwind utilities;@layer components{.btn-primary{@apply inline-flex items-center bg-guinee-green text-white py-2 px-4 rounded-lg hover:bg-opacity-90 transition-all}.btn-secondary{@apply inline-flex items-center bg-guinee-yellow text-gray-800 py-2 px-4 rounded-lg hover:bg-opacity-90 transition-all}.btn-danger{@apply inline-flex items-center bg-guinee-red text-white py-2 px-4 rounded-lg hover:bg-opacity-90 transition-all}.card{@apply bg-white rounded-lg shadow-md p-6}.input-field{@apply w-full border border-gray-300 rounded-lg py-2 px-3 focus:outline-none focus:ring-2 focus:ring-guinee-green}}