@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;background-color:#fafafa;color:#1a1a1a}@layer components{.btn-primary{@apply bg-primary-brown hover:bg-primary-brown-dark text-white font-semibold py-2 px-4 rounded transition-colors duration-200;}.btn-secondary{@apply bg-gray-200 hover:bg-gray-300 text-primary-text font-semibold py-2 px-4 rounded transition-colors duration-200;}.btn-danger{@apply bg-utility-red hover:bg-red-700 text-white font-semibold py-2 px-4 rounded transition-colors duration-200;}.btn-success{@apply bg-utility-green hover:bg-green-700 text-white font-semibold py-2 px-4 rounded transition-colors duration-200;}.card{@apply bg-white rounded-lg shadow-md p-4 border border-gray-200;}.input-field{@apply w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-primary-brown;}}
