:root{font-family:Vollkorn SC,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;min-height:100vh;overflow-x:hidden;background-color:#000}#root{min-height:100vh;display:flex;flex-direction:column;text-align:center}a{font-weight:500;color:inherit;text-decoration:inherit}a:focus-visible,button:focus-visible{outline:2px solid #ffffff;outline-offset:2px}@keyframes drawLine{0%{stroke-dashoffset:1500}to{stroke-dashoffset:0}}#myAnimatedPath,#my-mobile-AnimatedPath{stroke-dasharray:1500;stroke-dashoffset:1500;animation:drawLine 3s ease-in-out forwards}@media (prefers-reduced-motion: reduce){#myAnimatedPath,#my-mobile-AnimatedPath{animation:none;stroke-dashoffset:0}}
