@font-face {
    font-family: 'Lekton';
    font-style: normal;
    font-weight: 400;
    src: url('lekton-v10-latin-regular.woff2') format('woff2');
}
a {
    color: #63f7bf;
    text-decoration-color: #505070;
    text-underline-position: under;
}
body {
    background-color: #222;
    color: #ccc;
    font-family: Lekton;
    font-size: 18px;
    margin: 0 0 6em 0;
}
code, pre {
    background: #282828;
    border: 1px solid #000;
    border-radius: 3px;
    color: #eee;
    font-family: Lekton;
    font-size: .9em;
}
code { padding: .2em .4em; }
pre code {
    background: unset;
    border: unset;
    color: unset;
    font-family: unset;
    font-size: unset;
    padding: unset;
}
.guide > :first-child {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: .9rem;
    margin-bottom: 4rem;
    row-gap: .5em;
}
.guide > :first-child a { text-decoration: none; }
.guide > :first-child a:hover { color: #fff; }
.guide > :first-child a:not(.section) { margin-left: 1rem; }
.guide > :first-child a.section { font-weight: 600; }
@media (width > 100rem) {
    .guide { position: relative; }
    .guide > :first-child {
        position: absolute;
        right: calc(100% + 1rem);
        width: 20rem;
    }
}
h1, h2 {
    color: #fff;
    font-weight: 400;
}
h2 {
    align-items: center;
    column-gap: .5em;
    display: flex;
    margin: 3em 0 1em 0;
}
header {
    background-color: #222;
    display: flex;
    font-family: Lekton;
    font-size: 1.1em;
    justify-content: space-between;
    margin-bottom: 3em;
    padding: .4em 0 .3em 0;
    position: sticky;
    top: 0;
}
header .center {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
header .title {
    background-color: #f08;
    color: #000;
    padding: .4em .5em .3em .5em;
}
header .tagline {
    color: #fff;
    padding: .4em .5em .3em .5em;
}
@media (prefers-reduced-motion: no-preference) {
    html { scroll-behavior: smooth; }
}
li + li { margin-top: .8em; }
nav a { color: #999; }
nav a:not(:first-child) {
    margin-left: .3em;
}
p { line-height: 1.5; }
pre {
    box-shadow: 0 0 .5em #181818;
    color: #ccc;
    line-height: 1.3;
    padding: 1em;
}
pre .key {
    color: hsl(40, 80%, 80%);
    font-weight: 400;
}
svg {
    fill: currentColor;
    height: 1em;
    width: 1em;
}
video {
    border-radius: 3px;
    box-shadow: 0 0 .5em #181818;
    max-width: 100%;
}
.center {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 .5em;
}
