@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.typewriter:after{content:"|";animation:cursor 1s infinite}@keyframes cursor{0%,to{opacity:1}50%{opacity:0}}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;border-radius:50%;background:#fff;border:2px solid currentColor;cursor:pointer;margin-top:-8px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:#e2e8f0;border-radius:9999px}
