@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;font-weight:400;color-scheme:dark;color:#ffffff;background-color:#0d0d0d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}a{text-decoration:none;color:inherit}body{min-width:320px;min-height:100vh;background-color:#0d0d0d}body,h1,h2,h3,h4,h5,h6,p{margin:0}.app-root{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;background-color:#0d0d0d}