@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#0f172a}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#64748b}*:focus-visible{outline:2px solid #E8447A;outline-offset:2px}::selection{background-color:#e8447a;color:#fff}a,button{transition:all .2s ease}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}table{border-collapse:collapse;width:100%}input,select,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}#root{min-height:100vh;display:flex;flex-direction:column}img{-webkit-user-drag:none;user-select:none;pointer-events:none}a img,button img,[role=button] img{pointer-events:auto}
