:root{--primary-color: #00A3FF;--background-color: #10101A;--surface-color: #191924;--text-color: #EAEAEA;--text-color-secondary: #A0AEC0;--font-family: "Inter", system-ui, sans-serif}body{margin:0;font-family:var(--font-family);background-color:var(--background-color);background:linear-gradient(135deg,#10101a,#181825,#10101a);background-size:400% 400%;animation:backgroundAnimation 15s ease infinite;color:var(--text-color);overflow-x:hidden}@keyframes backgroundAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}a,button{transition:all .3s ease}
