@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;scroll-behavior:smooth}body{line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;transition:all .3s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}::-webkit-scrollbar-thumb{background:#e10600;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#c10500}@keyframes spin{to{transform:rotate(360deg)}}*:focus{outline:2px solid #e10600;outline-offset:2px}button:focus{outline-offset:1px}@media print{*{background:#fff!important;color:#000!important;box-shadow:none!important}}
