@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&display=swap";:root{--bg-color:#0f172a;--text-color:#f8fafc;--accent-1:#38bdf8;--accent-2:#818cf8;--accent-3:#c084fc}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);justify-content:center;align-items:center;min-height:100vh;font-family:Outfit,sans-serif;display:flex;overflow:hidden}#root{width:100vw;height:100vh}
