.documentationpage .background_clip_example {
  background-image: linear-gradient(90deg, #A01303, #FBB03B);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 800;
}