html,body{height:100%;margin:0}:root{font-family:Inter,sans-serif;font-feature-settings:"liga" 1,"calt" 1,"ss01" on}@supports (font-variation-settings: normal){:root{font-family:InterVariable,sans-serif}}a{all:unset}.flex{display:flex}.mt-40{margin-top:40px}.mb-40{margin-bottom:40px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.user-select-none{-webkit-user-select:none;user-select:none}.cursor-pointer{cursor:pointer}.large{font-size:large}.medium{font-size:medium}.app-button{background-color:var(--backgroundColor);color:var(--textColor);border:1px var(--borderColor) solid}body.dark{--backgroundColor: #2e2e2e;--textColor: white;--borderColor: white;--menuButtonColor: #CC71FA;--gridHighLightColor: #474747;background-color:var(--backgroundColor);color:var(--textColor)}body.light{--backgroundColor: white;--textColor: black;--borderColor: black;--menuButtonColor: #70F1FA;--gridHighLightColor: #e8e8e8;background-color:var(--backgroundColor);color:var(--textColor)}
