@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&display=swap");*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{margin:0}body{min-height:100vh;min-height:-webkit-fill-available;background-color:var(--background-color);color:var(--text-color);font-family:IBM Plex Mono,monospace;line-height:1.5;-webkit-font-smoothing:antialiased}html{height:-webkit-fill-available}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#__next,#root{isolation:isolate}:root{--background-color:#090909;--text-color:#fff;--secondary-color:grey;--default-font:"IBM Plex Mono",monospace}.hamburger{display:flex;justify-content:flex-end}