@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#52525b;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#71717a}@media(max-width:768px){button,a,input[type=button],input[type=submit]{min-height:44px;min-width:44px}*{-webkit-overflow-scrolling:touch}body{position:fixed;overflow:hidden;width:100%;height:100vh}#root{overflow:auto;height:100vh;-webkit-overflow-scrolling:touch}}@supports (-webkit-touch-callout: none){input,textarea{font-size:16px}}
