*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background-color,#fff);color:#333;color:var(--text-color,#333);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0;transition:background-color .3s ease,color .3s ease}h1>code,h2>code,h3>code,li>code,p>code,td>code{background-color:#f3f4f5;background-color:var(--inline-code-bg,#f3f4f5);border:none;border-radius:3px;color:#333;color:var(--text-color,#333);font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.9em;padding:.1em .4em}pre code{background-color:initial!important;border:none!important;padding:0!important}a{color:inherit;text-decoration:none}img{height:auto;max-width:100%}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#fff;background:var(--background-color,#fff)}::-webkit-scrollbar-thumb{background:#666;background:var(--secondary-text-color,#666);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#06c;background:var(--primary-color,#06c)}pre,pre code{background-color:initial!important;border:none!important}pre code span{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace!important}code *,pre *,pre code span{border:none!important}@media (max-width:768px){h1{font-size:1.8rem}h2{font-size:1.5rem}}