:root{--background:#101010;--foreground:#fff}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-open-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.react-pdf__Document{display:flex;flex-direction:column;align-items:center;width:100%}.react-pdf__Page{margin-bottom:5px}.react-pdf__Page:last-child{margin-bottom:0}.react-pdf__Page__canvas{max-width:100%;height:auto;display:block}@media (max-width:768px){.react-pdf__Page{width:100%}.react-pdf__Page__canvas{width:100%!important;height:auto!important}}