:root{--primary-background-color:#f5f8fd;--primary-font-color:#34343c;--secondary-background-color:#f6ba48;--secondary-font-color:#fff;--tertiary-background-color:#ed1c2a;--tertiary-background-color-opaque:rgba(237,28,42,.7);--muted-color:#ccc}*{box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans;color:var(--primary-font-color)}body,html{background-color:var(--primary-background-color);font-size:17px;letter-spacing:.01rem;line-height:1.2rem;margin:0;padding:0;width:100%}#__next{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600}h1,h2{letter-spacing:.04rem}h1{font-size:1.2rem;margin-bottom:8px}h2{font-size:1rem;letter-spacing:.02rem}h3{margin-bottom:16px}p{font-size:.8rem}a,a:active,a:focus,a:hover{color:inherit;padding-bottom:4px;position:relative;text-decoration:none}a:after{border-bottom:2px solid;border-bottom-color:var(--tertiary-background-color);bottom:0;content:"";left:0;position:absolute;width:0;transition:width .15s ease}a:active:after,a:focus:after,a:hover:after{width:100%}small{font-size:.8rem;font-weight:400}.no-margin{margin:0!important}.inline{display:inline-block}.red-text{color:var(--tertiary-background-color);font-size:.9rem}.back-link{margin-bottom:16px;max-width:980px;text-align:left;width:100%}.back-link a{font-size:.8rem;font-weight:600;letter-spacing:.05rem}.back-link a span>span{font-size:1.4rem;font-weight:900}@media screen and (min-width:980px){aside{width:296px;margin-right:24px}}pre{outline:1px solid #ccc;padding:5px;margin:5px}.string{color:green}.number{color:#ff8c00}.boolean{color:blue}.null{color:#f0f}.key{color:red}