:root{--font: system-ui, sans-serif;--back: #fff;--text: #222;--gray: #e0e0e0;--blue: #0071d5;--green: #00D8B1;--red: #FF7493}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--back);padding:2rem;font-family:var(--font-system, system-ui, sans-serif);font-size:18px}#root{line-height:1.5;font-family:var(--font);color:#222;font-weight:300;max-width:100%;width:800px;margin:0 auto;color:var(--text)}#root h1,#root h2,#root h3,#root h4,#root h5,#root h6{font-weight:900;margin:0 0 1rem;line-height:1.2}#root b,#root strong{font-weight:900}#root h2{font-size:1.25em}#root small{display:block;margin-bottom:2rem}#root a{color:var(--blue)!important}#root ol{list-style-type:decimal;font-weight:500}#root svg{width:200px;height:auto;margin:0 auto 3rem}#root .text-separator{text-align:center}
