@import url(https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic&subset=latin,latin-ext);body{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}:root{--background:#000;--accent-1:#0d0032;--accent-2:#1c0061;--accent-3:#260090;--accent-4:#3a00d4;--base:#282828;--base-light:#363636;--text:#fffffd;--text-highlight:#ccc;--font-large:16pt;--font-medium:14pt;--font-small:10pt}body{margin:0;padding:0;font-family:sans-serif;background-color:#282828;background-color:var(--base);position:fixed;font-family:"Roboto";color:#fffffd;color:var(--text)}.App{height:100%;width:100%;position:relative}.Splash{height:100vh;width:100vw;background:#3bd6d7;background:linear-gradient(58deg,#3bd6d7,#3e72ff 39%,#940df4)}.app-action-area{position:absolute;top:60;left:100;background-color:#282828;background-color:var(--base);bottom:0;right:0}::-webkit-scrollbar{height:6px;width:6px;background:#282828;background:var(--base)}::-webkit-scrollbar-thumb{background:#0d0032;background:var(--accent-1);border-radius:1ex}