.heading-vaporwave{position:relative;overflow:hidden;font-family:var(--font-whiskey);font-size:2rem;line-height:1;color:hotpink;text-decoration:none;cursor:default;user-select:none}.heading-vaporwave:after{content:"";position:absolute;left:auto;top:0;bottom:0;right:-20%;width:20%;height:100%;background-image:linear-gradient(135deg,transparent,var(--color-neutral-100),transparent);animation:sweep 5s ease-out 5s infinite}.heading-vaporwave:hover:after{animation:sweep-hover 5s ease-out}@keyframes sweep{0%{right:-20%}10%,to{right:100%}}@keyframes sweep-hover{0%{right:-20%}10%,to{right:100%}}.heading-fantasy{font-family:var(--font-firlest);font-size:2.5rem;line-height:1;text-decoration:none;user-select:none;font-weight:900;background:url(/_next/static/media/cosmos.df05bdf2.gif),#4a186f;background-clip:text;color:rgba(0,0,0,.2);transition:color .5s}.heading-fantasy:hover{color:transparent}