body {
    background: #161616;
    color: #fff;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    margin: 2em;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.3rem;
}

.body-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

a {
    color: #fff !important;
}

a.button {
    background: #d98046;
    padding: .6rem 2rem;
    border-radius: 5px;
    border: 0;
    text-align: center;
    display: inline-flex;
    font-weight: bold;
    color: #fff;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    cursor: pointer;
}

a.button:hover {
    background: #c46628;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header > div {
    display: flex;
    flex-direction: column;
}

img {
    border-radius: 5px;
}

img.logo {
    height: 40px;
    border-radius: 0;
}

a.button.playground {
    font-size: 150%;
}

h1 {
    font-weight: 100;
    font-size: 36px;
}

h2 {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #666;
}

h2:first-child {
    padding: 0;
    border-bottom: 0;
}

h3 {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #333;
}

hr {
    border: none;
    height: 1px;
    background-color: #333;
    margin: 0 0 3rem;
}

var {
    padding: .1rem .4rem;
    border-radius: 4px;
    background: #333;
    font-family: 'Source Code Pro', 'Consolas', sans-serif;
    font-size: 90%;
    font-style: normal;
}

blockquote {
    margin: 1rem 0;
    border-radius: 5px;
    background: #333;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

blockquote p {
    margin: 0;
}

blockquote var {
    background: #161616;
}

blockquote i.main {
    font-size: 150%;
}

blockquote i.fa-lightbulb.main {
    color: goldenrod;
}

.schema-url {
    border-radius: 5px;
    background: #000;
    padding: .5rem;
    font-weight: bold;
    font-family: 'Source Code Pro', 'Consolas', sans-serif;
}

pre {
    margin: 0;
}

code {
    border-radius: 5px;
    background: #262626;
    padding: 1rem;
    display: block;
    align-items: flex-start;
}

ol li, ul li {
    margin-bottom: 1rem;
}
