@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-blue: #f97316;--secondary-blue: #fb923c}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:#f1f1f1}.scrollbar-thin::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes bounce-in{0%{transform:scale(.9);opacity:0}50%{transform:scale(1.05);opacity:1}to{transform:scale(1)}}.animate-bounce-in{animation:bounce-in .4s ease-out forwards}.signature-canvas{cursor:crosshair;background-color:#fff}@media(max-width:640px){.signature-canvas{height:120px!important}}
