@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap);@import url(https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Roboto+Mono:wght@100&display=swap);:root{--nav-height:5em;--padding:min(8%,5rem)}body,html{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:var(--text);background:var(--dark-bg);font-family:var(--font)}body::-webkit-scrollbar,html::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background-color:#323232;border-radius:5px}a{color:inherit;text-decoration:none}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}h1,h2,h3{margin-top:0;margin-bottom:0}p{line-height:1.6em}p,ul{margin:0}ul{padding:0}:root{--accent:#da7779;--accent-hover:218,119,120;--text:#dcdcdc;--text2:#b7b7b7;--text-tag:#646464;--dark-bg:#1b1b1b;--dark-bg2:#161616;--font:"Roboto",sans-serif;--font-mono:"Roboto Mono",monospace;--font-cursive:"La Belle Aurore",cursive}