/* ──────────────────────────────────────────────────────────────
   1 gradients — generated by designlang
   https://replit.com
   2026-06-25T08:29:30.219Z
   ────────────────────────────────────────────────────────────── */

:root {
  --grad-1: gradient(linear, 0% 0%, 0% 100%, from(rgb(222, 222, 222)), color-stop(0.03, rgb(235, 235, 235)), color-stop(0.97, rgb(235, 235, 235)), to(rgb(222, 222, 222)));
}

/* linear · complex */
.grad-1    { background-image: var(--grad-1); }
.grad-text-1 {
  background-image: var(--grad-1);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
