@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@layer components{.btn-primary{@apply bg-indigo-600 hover:bg-indigo-700 text-white font-bold py-2 px-4 rounded;}.btn-secondary{@apply bg-gray-200 hover:bg-gray-300 text-gray-800 font-bold py-2 px-4 rounded;}.card{@apply bg-white rounded-lg shadow-md p-6;}.input-field{@apply w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500;}}
