@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@100;200;300;400;500;600;700;800;900;1000&display=swap");@import url("https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@100;200;300;400;500;600;700;800;900;1000&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Work+Sans:wght@400;500&display=swap");:root{font-family:Instrument Sans;--grey:#a0a0a0!important;--backgroundColor:#fff;--translucentBackgroundColor:hsla(0,0%,100%,.75);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;overflow-x:hidden;overflow-y:hidden}main{padding-left:0!important;padding-top:2px;padding-bottom:50px}input{outline:none;padding:6px 8px;border-radius:8px;border:1px solid var(--grey);font-family:Instrument Sans;background-color:var(--backgroundColor)}.bottomBar{position:fixed;bottom:0;left:0;width:100vw;box-sizing:border-box;background-color:var(--translucentBackgroundColor);border-top:.4px solid var(--grey);color:var(--grey);padding:10px;font-size:13px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}button{padding:8px 10px 5px;outline:none;border:none;background-color:transparent;border-radius:10px}.link,button{font-family:Instrument Sans}.link{width:calc(100vw - 16px);padding:10px 16px 12px;transition:background .2s;box-sizing:border-box;text-align:left;font-size:14.5px}h1{font-family:Instrument Sans}h3{color:grey;font-size:13px;margin-bottom:-15px;margin-left:15.5px}h2{margin-left:14px;margin-bottom:-10px;margin-top:14px;color:#599aa4}button:hover{transition:background .2s;background-color:#ececec}.lightIcon{display:unset;margin-left:9px}.darkIcon{display:none;margin-left:9px}@media (prefers-color-scheme:dark){:root{background-color:#101010;--grey:#919191!important;--backgroundColor:#101010!important;--translucentBackgroundColor:hsla(0,0%,6%,.75)!important}:root,button{color:#fff}button:hover{background-color:#3c3c3c!important}.lightIcon{display:none!important}.darkIcon{display:unset!important}h3{color:#a9a9a9!important}input{color:#fff!important}}