@tailwind base; * { font-family: 'Poppins', sans-serif; } @layer base { :focus-visible { @apply outline-none ring ring-blue-500; } }