@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*{box-sizing:border-box;margin:0;padding:0}*,body,html{font-family:Josefin Sans,sans-serif!important;font-weight:500!important}body,html{max-width:100vw;overflow-x:hidden;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.regular-textbox{font-weight:400!important}