@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#0f0f0f;background-color:#fafafa;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}html,body,#root{width:100%;height:100%;min-height:100vh}#root{flex-direction:column;display:flex}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none;transition:opacity .2s}::selection{color:#fff;background-color:#0f0f0f}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#a3a3a3}
