.hero-text{--anim-time:3s;position:relative}.hero-text svg text{stroke:var(--color-5);stroke-width:2px;fill:#0000;animation:outline var(--anim-time)ease forwards}.hero-text h1{animation:fade-in var(--anim-time)ease forwards,neon 1s calc(var(--anim-time) - 1s)ease forwards}@keyframes outline{0%{stroke-dasharray:0% 50%;stroke-dashoffset:30%}to{stroke-dasharray:50% 0%;stroke-dashoffset:-30%}}@keyframes neon{0%{text-shadow:none}to{text-shadow:2px 2px 10px var(--color-4),-2px 2px 10px var(--color-4),2px -2px 10px var(--color-4),-2px -2px 10px var(--color-4)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
