@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{color-scheme:light}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:Inter,Manrope,Segoe UI,system-ui,sans-serif;background:#f0f4f8;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(100,116,139,.25);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.45)}*{scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.25) transparent}::selection{background:rgba(255,136,0,.18);color:inherit}