@import'typography.css';@import'layout.css';@import'header.css';@import'colors.css';@import'footer.css';html,body{cursor:crosshair;}html{scroll-behavior:smooth;scrollbar-color:var(--white) var(--dark-bg);}body{background-color:var(--dark-bg);color:var(--fg)}::-webkit-scrollbar{width:3px;}::-webkit-scrollbar-button{height:0px;background:var(--white);border-radius:0px;background:var(--dark-bg);border:0px none transparent;border-radius:0px;}::-webkit-scrollbar-corner {background:transparent;}::selection{background:var(--white);}
