:root{color-scheme:light;--bg:#f7f5f1;--ink:#241f16;--teal:#1f3a3d}*{box-sizing:border-box}body,html{margin:0;padding:0}#__next,body,html{height:100%}body{font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}::selection{background:var(--teal);color:var(--bg)}*{scrollbar-width:thin;scrollbar-color:#d8d2c3 transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d8d2c3;border-radius:8px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#c4bda9}