@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap";
@import "https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap";
.NavBar-module-scss-module__-jPa2G__nav{z-index:1;background:var(--background-color);justify-content:flex-end;width:calc(100% - 3rem);padding:.9rem 1.5rem 1.1rem;transition:background .3s;display:flex;position:fixed;top:0;overflow:hidden}.NavBar-module-scss-module__-jPa2G__nav a{color:var(--text-color-nav)}.NavBar-module-scss-module__-jPa2G__navItem{padding-left:1em;font-size:15pt;text-decoration:none}.NavBar-module-scss-module__-jPa2G__navItem.NavBar-module-scss-module__-jPa2G__active{text-decoration:underline}
.Footer-module-scss-module__kkxlOq__footer{background-color:var(--background-color);width:100%;height:calc(5vh + .75vw);color:var(--text-color);justify-content:space-between;align-items:center;display:flex}.Footer-module-scss-module__kkxlOq__footer a{color:var(--text-color);text-decoration:none}.Footer-module-scss-module__kkxlOq__footer a:hover{text-decoration:underline}.Footer-module-scss-module__kkxlOq__footer.Footer-module-scss-module__kkxlOq__mobile{white-space:nowrap;flex-direction:column;height:fit-content;padding:1em 0;font-size:1.25em}.Footer-module-scss-module__kkxlOq__footer.Footer-module-scss-module__kkxlOq__mobile .Footer-module-scss-module__kkxlOq__footer-socials{flex:0 0 100%;margin-top:.5em}.Footer-module-scss-module__kkxlOq__footerSocials{flex:0 0 30%;justify-content:center;align-items:center;height:75%;display:flex;overflow:hidden}.Footer-module-scss-module__kkxlOq__footerSocials .Footer-module-scss-module__kkxlOq__icon{margin-left:5px;margin-right:5px}.Footer-module-scss-module__kkxlOq__footerCredits{text-align:left;flex:0 0 30%;padding-left:20px}.Footer-module-scss-module__kkxlOq__footerSource{text-align:right;flex:0 0 30%;padding-right:20px}.Footer-module-scss-module__kkxlOq__footerRow{justify-content:space-between;width:100%;display:flex}@media (max-width:1050px){.Footer-module-scss-module__kkxlOq__footerCredits span{display:none}}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Titillium Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body.dark{background:#181a1b}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{text-align:center;background:var(--background-color);min-width:750px;color:var(--text-color);transition:background .3s}.app.mobile{min-width:0}.app.light{--background-color:white;--text-color:black;--text-color-nav:black;--chart-color:#0054b4}.app.dark{--background-color:#181a1b;--text-color:#f9f9f9cc;--text-color-nav:#bab5ab;--chart-color:#60b6ff}
