@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%}body{font-family:Archivo Narrow,Segoe UI,sans-serif;background:#121212;color:#e0e0e0;line-height:1.5}#__next{display:flex}button,input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{outline:none}button{cursor:pointer;border:none}table{border-collapse:collapse}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}