@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body {
    background-color: #111111;
}

html {
    scrollbar-width: none; 
    -ms-overflow-style: none;
    overflow: hidden;
}

html::-webkit-scrollbar {
  display: none;
}

* {
    padding: 0;
    margin: 0;
}