:root {
    --base: #fafafa;
    --text: #000;
    --placeholder: #e1e1e1;
}
a {
    word-wrap: break-word;
}
a,
a:visited,
a:hover {
    color: inherit;
}
a:hover {
    filter: invert(0.2);
}
blockquote {
    margin: 0;
    padding-left: 1em;
    font-style: italic;
    border-left: solid 0.1em #787878;
}
body {
    font-family: "Courier New", monospace;
    font-size: 18px;
    line-height: 1.45em;
    /*#faf8f5 */
    background-color: var(--base);
    color: var(--text);
    padding: 0;
    margin: 0;
}
code {
    display: inline-block;
    font-family: inherit;
    padding: 0.2em;
    border-radius: 0.2em;
}
pre {
    font-family: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: transparent;
    margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system-headline, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin: 0 0 0.5em;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}
h1 {
    font-size: 3.71293em;
}
h2 {
    font-size: 2.8561em;
}
h3 {
    font-size: 2.197em;
}
h4 {
    font-size: 1.69em;
}
h5 {
    font-size: 1.3em;
}
h6 {
    font-size: 1em;
}
iframe {
    border: none;
}
img {
    position: relative;
    z-index: 0;
    width: 100%;
}
main {
    display: block;
    max-width: 800px;
    margin: auto;
    padding: 0 1em;
}
pre {
    margin: 1em 0;
    border-radius: 0.2em;
    /*background-color: #282a36 !important;*/
    padding: 0;
}
pre code {
    display: block;
    width: 100%;
    padding: 1em;
    border-radius: 0.2em;
    overflow-x: auto;
    /*background-color: #282a36 !important;*/
}
pre[data-lang]::before {
    display: none;
}
.media {
    position: relative;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.media--16-9 {
    padding-top: 56%;
}
.media--4-3 {
    padding-top: 75%;
}
.media > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
html {
    -webkit-text-size-adjust: none;
}
html *,
html *::before,
html *::after {
    box-sizing: border-box;
}
.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1em;
    margin-bottom: 1em;
}
.header__logo {
    justify-self: start;
    font-size: 3em;
    margin: 0;
}
.header__logo__image {
    display: inline-block;
    text-indent: -9999em;
    height: 1em;
    width: 1em;
    background-image: url(/img/logo.svg);
    background-size: cover;
}
.header__navigation {
    justify-self: end;
}
.header__navigation__list__item {
    margin-left: 0.75em;
    float: left;
    position: relative;
    list-style: none;
}
.item {
    border-top: solid 0.22222em;
    margin-top: 1em;
    margin-bottom: 2em;
}
.item__metadata {
    display: inline-block;
    position: relative;
    top: -0.725em;
    left: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: var(--base);
}
.excerpt::after {
    content: "💬";
}
.excerpt > a {
    text-decoration: none;
}

.footer {
    font-size: 0.8em;
    border-top: solid 0.11111em;
    margin-bottom: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}
.copyright {
    white-space: nowrap;
}
.pagination {
    text-align: center;
    font-size: 1.45em;
    padding: 1em;
}
.pagination__item {
    text-decoration: none;
}

.footnotes {
    font-size: 0.8em;
}

.fineprint {
    font-size: 0.8em;
}

#references {
    font-size: 1.5em;
}

#changes {
    font-size: 1.5em;
}

.changes {
    font-size: 0.8em;
}

.changes ol {
    padding-left: 4.5em;
}

.commit::marker {
    content: attr(data-hash) " ";
}

.commit .author::before {
    content: "@";
}

.embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 100%;
    margin: 1rem 0;
    border-radius: 0.2em;
    overflow: hidden;
}
.embed button {
    padding: 0.5em;
    margin: 0.5em;
}
.embed .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    background-color: var(--placeholder);
}

/*# sourceMappingURL=style.css.map */
