@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";:root{--dark-mode-background: rgba(15, 14, 10);--light-mode-background: rgb(240, 241, 244);--fal-green: rgb(39, 139, 66);--fal-blue: rgb(29, 59, 136);--fal-blue-hover: rgb(37, 78, 181);--fal-dark-blue: rgb(110, 120, 222);--fal-dark-blue-hover: rgb(37, 78, 181);--active: rgb(89, 90, 86);--active-hover: rgb(130, 131, 127)}body{background-color:var(--light-mode-background);color:#333;font-family:Roboto,sans-serif;margin:0;padding:0;height:100%;width:100%}body.dark-mode{background-color:var(--dark-mode-background);color:#aaa}
