.typography-rgb-animation{background:linear-gradient(45deg,#2b2b2b,#b249d7);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:colorShift 10s cubic-bezier(.4,0,.2,1) infinite}.typography-rgb-background{background:linear-gradient(45deg,#b249d7,#2b2b2b);background-size:200% 200%;animation:colorShift 10s cubic-bezier(.4,0,.2,1) infinite;color:#fff}@keyframes colorShift{0%{background-position:0% 0%}25%{background-position:100% 0%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 0%}}html,body,#root{margin:0;padding:0;width:100%;height:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;flex-direction:column}@media(prefers-color-scheme:no-preference){body{background-color:#fff}}@media(prefers-color-scheme:light){body{background-color:#fff}}@media(prefers-color-scheme:dark){body{background-color:#191a1a}}
