@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--text-primary: #F5F5F7;--text-secondary: #8A8F98}@keyframes moveGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}body{margin:0;font-family:Inter,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background:linear-gradient(135deg,#1E2172 0%,#2A2D9E 50%,#3D42E1 100%);background-size:400% 400%;background-attachment:fixed;animation:moveGradient 20s ease-in-out infinite}button:focus,button:focus-visible{outline:none}
