@charset "UTF-8";
/* CSS Document */

.text-gradient {
  display: inline-block;
  color: #ffca15; /*non-webkit fallback*/
  background: -webkit-linear-gradient(135deg, #d10404, #df8c09, #ffca15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}