/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 16 2026 | 01:25:02 */
.text-degrade {
  background: linear-gradient(to right, #FF5D02, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.text-degrade-inverso {
  background: linear-gradient(to right, #ffffff, #FF5D02);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}