:root{--background:#26619cff;--foreground:#ffffff}@font-face{font-family:Metropolis;src:url(/fonts/Metropolis-Bold.otf) format("otf");font-weight:600;font-style:normal}@font-face{font-family:Metropolis;src:url(/fonts/Metropolis-ExtraBold.otf) format("otf");font-weight:700;font-style:normal}@font-face{font-family:Metropolis;src:url(/fonts/Metropolis-Regular.otf) format("otf");font-weight:400;font-style:normal}body,html{max-width:100dvw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Metropolis,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}.content-wrapper{width:100dvw;height:100dvh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}