<style>
.fire_text {
background: linear-gradient(-45deg, ${f1}, ${f2}, ${f3}, ${f4});
background-size: 400% 400%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: gradient 1s ease infinite;
}
</style>