@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Serif+Display&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--cream:#fdf4dc;--dark:#151515;--brown:#7e6551;--brown-light:#a08570;--brown-dark:#5a4538;--cream-dark:#f0e4c4;--sidebar-width:240px;--sidebar-collapsed:70px}body{background:var(--cream);color:var(--dark);font-family:DM Sans,sans-serif}.dark body{background:var(--dark);color:var(--cream)}*{scrollbar-width:thin;scrollbar-color:#7e655166 transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#7e655155 padding-box padding-box;border:2px solid #0000;border-radius:100px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#7e6551cc padding-box padding-box}::-webkit-scrollbar-corner{background:0 0}
