@import url("https://fonts.googleapis.com/css?family=Poppins:400, 600");body{font-size:var(--base-font-size);font-weight:400;line-height:1.45}p{margin-bottom:1.25em}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1,h2,h3,h4,h5{color:var(--title-color);font-family:Poppins,sans-serif;font-weight:600;line-height:1.15;margin:2.75rem 0 1rem;padding:.5rem .1rem;transition:color .6s}h1 a:not(.button),h2 a:not(.button),h3 a:not(.button),h4 a:not(.button),h5 a:not(.button){color:var(--title-color);text-decoration:none}h1{font-size:1.902em;margin:3rem 0}h2{font-size:1.602em}h3{font-size:1.424em}h4{font-size:1.266em}h5{font-size:1.125em}small{font-size:.889em}strong{font-weight:600}blockquote{border-left:4px solid var(--border-color);color:var(--title-color);padding-left:calc(var(--space)/2)}em{font-style:italic}ul{list-style-type:disc;margin-left:1.25em}ul li{margin-bottom:.6em}ul li::marker{color:var(--list-disk-color)}ol{list-style-type:decimal;margin-bottom:1.25em;margin-left:1.25em}ol li{margin-bottom:.6em}table{border-collapse:separate;margin:20px 0;width:100%}th{text-wrap:nowrap;background-color:var(--bg-code);border-bottom:1px solid var(--body-color);border:solid var(--body-color);border-width:1px 1px 4px;text-align:left}td,th{padding:12px}td{border:1px solid var(--body-color)}th:first-of-type{border-top-left-radius:.23rem}th:last-of-type{border-top-right-radius:.23rem}tr:last-of-type td:first-of-type{border-bottom-left-radius:.23rem}tr:last-of-type td:last-of-type{border-bottom-right-radius:.23rem}tbody tr:hover{background-color:var(--bg-color)}