#root{display:flex;flex-direction:column;width:100%}body{margin:0;display:flex;min-width:320px;min-height:100vh;min-height:-webkit-fill-available}html{height:-webkit-fill-available}a{text-decoration:inherit}a:focus,a:focus-visible{outline:1px dashed black;outline-offset:3px;border-radius:1px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button :hover{border-color:#56012e}button.Mui-focusVisible{outline:1px dashed black}@media (prefers-color-scheme: light){:root{color:#000;background-color:#fff}a:hover{color:#56012e}button{background-color:#f9f9f9}}@keyframes enter-animation{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion: no-preference){.scroll-animation{animation:enter-animation .8s 1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.loader{animation:fadeIn .2s ease-in-out forwards}.loader-fade-out{animation:fadeOut .2s ease-in-out forwards}
