@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap");*{box-sizing:border-box}body,html{margin:0;padding:0;background:#0e1726;color:#e8eef6;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}input[type=range]{-webkit-appearance:none;background:#27374f;border-radius:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:15px;height:15px;border-radius:50%;background:#f2820d;cursor:pointer;border:2px solid #0e1726;box-shadow:0 0 0 1px #f2820d}input[type=range]::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#f2820d;cursor:pointer;border:2px solid #0e1726}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#27374f;border-radius:5px}::-webkit-scrollbar-track{background:transparent}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}