.loading_screen{background-color:var(--primary-color);height:100vh;width:100%;justify-content:center;animation:fadeOut .5s linear 2.5s forwards;transition:opacity .5s ease}.loading_inner,.loading_screen{display:flex;align-items:center}.loading_inner{flex-direction:column;gap:30px}.loading_text{color:rgba(255,255,255,.5);font-size:.95rem;font-weight:300;letter-spacing:3px;text-transform:uppercase;font-family:Consolas,Monaco,Courier New,monospace}.loading_screen svg{animation:fill .8s ease 2s forwards}svg path:first-child{animation:animate 2s ease forwards}svg path:first-child,svg path:nth-child(2){stroke-dasharray:780px;stroke-dashoffset:780px}svg path:nth-child(2){animation:animate 2s ease .2s forwards}@keyframes animate{to{stroke-dashoffset:0}}@keyframes fill{0%{fill:transparent}to{fill:#ffffff}}@keyframes stroke{to{stroke:transparent}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}