@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}@apply px-6 py-3 rounded-lg font-semibold transition-all inline-block;@apply bg-arnold text-white hover:bg-opacity-90;@apply bg-gray-200 text-gray-900 hover:bg-gray-300;@apply bg-white border border-gray-200 rounded-lg p-6 shadow-sm hover:shadow-md transition-shadow;@apply text-4xl font-bold mb-6 text-arnold;@apply text-2xl font-bold mb-4 text-arnold;
