@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:#eef1f6;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccd3e0;border-radius:3px}input::placeholder,textarea::placeholder{color:#93a0af}select option{background:#fff;color:#16212e}button{font-family:inherit}button:hover:not(:disabled){filter:brightness(.98)}