@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap");html{touch-action:manipulation}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #eee;border-radius:10px;background-color:#eee}::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px #ccc;height:10px;background-color:#ccc}::-webkit-scrollbar:horizontal{height:6px}::-webkit-scrollbar-thumb:horizontal{background-color:#ccc;box-shadow:inset 0 0 6px #ccc;border-radius:10px;width:6px;height:5px}.hide-scrollbar::-webkit-scrollbar{width:0}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}