@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";
:root{--background:#0f172a;--foreground:#f8fafc;--primary:#3b82f6;--secondary:#64748b}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);flex-direction:column;height:100vh;font-family:Inter,sans-serif;display:flex;overflow-x:hidden}a{color:inherit;text-decoration:none}
