:root{--background:#FBF7F0;--foreground:black;--font-family-sans:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-family-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace}@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--font-sans:var(--font-family-sans);--font-mono:var(--font-family-mono)}@media(prefers-color-scheme:dark){:root{--background:#FBF7F0;--foreground:black}}html{background:var(--background)}body{background:var(--background) url(/_next/static/media/bg.560a9a28.jpg);background-repeat:repeat-y;background-size:100% auto;background-position:top;color:var(--foreground);font-family:var(--font-family-sans);font-weight:400;padding:0;margin:0}code,kbd,pre,samp{font-family:var(--font-family-mono)}h1{font-size:28px;text-align:center;font-weight:400}h1 b{font-weight:700}@media only screen and (max-width:768px){h1{font-size:20px}}h2{font-size:42px;text-align:center}@media only screen and (max-width:768px){h2{font-size:28px}}b{font-weight:600}a{color:inherit;text-decoration:none}