:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{font-size:16px;height:100%;max-width:100vw;width:100%}body{background:var(--background);color:var(--foreground);font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}a:-webkit-any-link{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes popIn{0%{opacity:.3;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes fillLine{0%{width:0}to{width:100%}}