* {
    font-family: "Inter", sans-serif;
  }
  
  .tutti-frutti {
    background: #111827;
    background: linear-gradient(
      89.18deg,
      #1d88f4 17.08%,
      #fc4380 55.53%,
      #fbbf24 99.11%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    white-space: nowrap;
  }
  
