@import url(https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Roboto:wght@400;700&family=Space+Mono&display=swap);:root{--layout-spacing:1rem;--baseline:1.2;--color-sg-primary:#d52836;--color-sg-secondary:#7cb0e0;--font-highlight:"Lora",serif;--font-code:"Space Mono",monospace;line-height:var(--baseline);font-size:calc(.8rem + .8vw);font-size:min(max(1rem,calc(.8rem + .8vw)),22px)}@media(min-width:30em){:root{--baseline:1.4}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}:not(ul,ol){margin:0;padding:0}body{margin:0}.content{max-width:100%}.content .button,.content button,.content dd,.content dt,.content li{margin-top:0;margin-bottom:calc(var(--baseline)*0.25*1rem)}.content fieldset,.content h3,.content h4,.content input,.content select,.content textarea{margin-top:0;margin-bottom:calc(var(--baseline)*0.5*1rem)}.content blockquote,.content dl,.content figure,.content form,.content h1,.content h2,.content hr,.content ol,.content p,.content pre,.content pre[class*=language-],.content table,.content ul{margin-top:0;margin-bottom:calc(var(--baseline)*0.75*1rem)}.content h1{color:var(--color-sg-primary)}.content h1,.content h2{font-family:var(--font-highlight)}.content a{color:var(--color-sg-secondary)}.code-inline,pre{--color-background:#000;--color-text:#fff;--spacing:1rem;font-family:var(--font-code,"Space Mono",Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace);font-size:.75rem;background:var(--color-background);color:var(--color-text);padding:0 calc(var(--spacing)/2);word-wrap:break-word;word-break:keep-all;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}pre{--negative-code-block:var(--layout-spacing);padding:var(--spacing);max-width:calc(100% + 2*var(--negative-code-block));overflow:auto;margin-left:calc(var(--negative-code-block)*-1);margin-right:calc(var(--negative-code-block)*-1)}@media(min-width:800px){pre{--negative-code-block:0}}#app[data-v-5138e01f]{color:#000;font-family:Roboto,sans-serif;padding:calc(var(--baseline)*1*1rem);max-width:100vw}