@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;@apply text-gray-700 bg-gray-50;line-height:1.6}h1{@apply text-3xl sm:text-4xl font-bold tracking-tight text-gray-900;}h2{@apply text-2xl sm:text-3xl font-bold tracking-tight text-gray-900;}h3{@apply text-lg sm:text-xl font-semibold text-gray-900;}p{@apply text-gray-700;}a{@apply text-indigo-600 hover:text-indigo-700 transition-colors duration-200;}button{@apply transition-all duration-200 ease-out;}input,textarea,select{@apply transition-colors duration-200;}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{@apply bg-gray-100;}::-webkit-scrollbar-thumb{@apply bg-gray-300 rounded-full hover:bg-gray-400;}::-webkit-scrollbar-thumb:hover{@apply bg-gray-400;}@media (max-width: 640px){h1{@apply text-2xl;}h2{@apply text-xl;}h3{@apply text-base;}}
