@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap");:root{--background:#f7f7f9;--foreground:#191b20}@media (prefers-color-scheme:dark){:root{--background:#191b20;--foreground:#f7f7f9}}*,:after,:before{box-sizing:border-box;scrollbar-width:thin}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Geist,sans-serif}main{display:flex;flex-direction:column;min-height:100vh}code,kbd,pre{font-family:Geist Mono,monospace}button,input,select,textarea{font:inherit}canvas,img,picture,svg,video{display:block;max-width:100%}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}