@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";@import "https://fonts.cdnfonts.com/css/fe-font";.font-license-plate{letter-spacing:2px;font-family:FE-Font,monospace}body{font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif}h2{transition:color .3s}h2:hover{color:#3b82f6}input,button,select,textarea{font-variant-numeric:tabular-nums;font-family:Roboto,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.5s ease-out forwards fadeIn}.animate-enter{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}@keyframes roadFlow{0%{stroke-dashoffset:20px}to{stroke-dashoffset:0}}.animate-road-flow{animation:1s linear infinite roadFlow}
