*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Geist',system-ui,sans-serif}
.font-mono,code,pre{font-family:'Geist Mono',monospace}
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:3px}
::selection{background:#0a0a0a;color:#fff}
