@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");body,html{margin:0;padding:0;min-height:100%}*{box-sizing:border-box}body{min-height:100vh;font-family:Inter,Helvetica,Arial,sans-serif;background-color:#f8fafc}a{color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}::-webkit-scrollbar-track{background:transparent}::selection{background:rgba(99,102,241,.15)}