body{font-family:"Open Sans",Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;letter-spacing:1px;position:relative;color:#333;-webkit-font-smoothing:antialiased}p{font-family:"Open Sans",Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;letter-spacing:1px;position:relative;color:#333;-webkit-font-smoothing:antialiased}.headline{font-family:"Times New Roman",Times,serif;font-size:13pt;color:#000;font-weight:700}.email{font-family:sans-seriff,arial,helvetica;font-size:8pt;color:#000}A{font-family:Arial,Verdana,Helvetica;font-size:10pt;color:#900}.time{font-family:Arial,Times,serif;font-size:9pt;color:#404040;font-weight:700}H1{font-family:trebuchet ms,verdana;font-size:13pt;font-weight:700;color:#000}H2{font-family:trebuchet ms,verdana;font-size:8pt;font-weight:400;color:#000}H3{font-family:trebuchet ms,verdana;font-size:8pt;font-weight:400;color:#000}.super_small{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:xx-small;color:#000}::backdrop,:root{--sans-font:-apple-system,BlinkMacSystemFont,"Avenir Next",Avenir,"Nimbus Sans L",Roboto,"Noto Sans","Segoe UI",Arial,Helvetica,"Helvetica Neue",sans-serif;--mono-font:Consolas,Menlo,Monaco,"Andale Mono","Ubuntu Mono",monospace;--standard-border-radius:5px;--bg:#fff;--accent-bg:#f5f7ff;--text:#212121;--text-light:#585858;--border:#898EA4;--accent:#0d47a1;--code:#d81b60;--preformatted:#444;--marked:#ffdd33;--disabled:#efefef}@media (prefers-color-scheme:dark){::backdrop,:root{color-scheme:dark;--bg:#212121;--accent-bg:#2b2b2b;--text:#dcdcdc;--text-light:#ababab;--accent:#ffb300;--code:#f06292;--preformatted:#ccc;--disabled:#111}img{opacity:.8}}*,::after,::before{box-sizing:border-box}html{font-family:var(--sans-font);scroll-behavior:smooth}body{color:var(--text);background-color:var(--bg);font-size:1.15rem;line-height:1.5;display:grid;grid-template-columns:1fr min(45rem,90%) 1fr;margin:0}body>*{grid-column:2}body>header{background-color:var(--accent-bg);border-bottom:1px solid var(--border);text-align:center;padding:0 .5rem 2rem .5rem;grid-column:1/-1}body>header h1{max-width:1200px;margin:1rem auto}body>header p{max-width:40rem;margin:1rem auto}main{padding-top:1.5rem}h1{font-size:3rem}h2{font-size:2.6rem;margin-top:3rem}h3{font-size:2rem;margin-top:3rem}h4{font-size:1.44rem}h5{font-size:1.15rem}h6{font-size:.96rem}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}h1,h2,h3{line-height:1.1}@media only screen and (max-width:720px){h1{font-size:2.5rem}h2{font-size:2.1rem}h3{font-size:1.75rem}h4{font-size:1.25rem}}a,a:visited{color:var(--accent)}a:hover{text-decoration:none}pre{background-color:var(--accent-bg);border:1px solid var(--border);border-radius:var(--standard-border-radius);margin-bottom:1rem}section h2:first-child{margin-top:1rem}section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem 1rem;margin:3rem 0}section+section,section:first-child{border-top:0;padding-top:0}section:last-child{border-bottom:0;padding-bottom:0}img{max-width:100%;height:auto;border-radius:var(--standard-border-radius)}pre,pre span{font-family:var(--mono-font);color:var(--code)}pre{padding:1rem 1.4rem;max-width:100%;overflow:auto;color:var(--preformatted)}