.rst-content .toctree-wrapper > p.caption, h1, h2, h3, h4, h5, h6, legend, input,
body {
    font-family: "PT Sans",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    hyphens: auto;
}

@media screen and (min-width: 1180px) {
    .wy-body-for-nav,
    .wy-nav-content-wrap {
        background: #efefef;
    }

    .wy-nav-content {
        width: 100%;
        max-width: 100%;
    }

    .document {
        max-width: 800px;
        margin: 2rem auto 3rem auto;
    }
}

.rst-content .code-block-caption .headerlink,
.rst-content .eqno .headerlink,
.rst-content .toctree-wrapper > p.caption .headerlink,
.rst-content dl dt .headerlink,
.rst-content h1 .headerlink,
.rst-content h2 .headerlink,
.rst-content h3 .headerlink,
.rst-content h4 .headerlink,
.rst-content h5 .headerlink,
.rst-content h6 .headerlink,
.rst-content p.caption .headerlink,
.rst-content p .headerlink,
.rst-content table > caption .headerlink {
    display: none;
}

.wy-side-nav-search {
    background: #ffdd00;
}

.wy-side-nav-search input[type="text"] {
    border-radius: .25rem;
    border-color: rgba(0,0,0,.2);
}

.wy-side-nav-search > a,
.wy-nav-top a {
    color: #222222;
}

.wy-nav-top {
    background: #ffdd00;
    color: #222222;
}

.wy-menu-vertical header,
.wy-menu-vertical p.caption {
    color: #ffdd00;
}

.document li {
    margin-bottom: .5rem;
    margin-left: 34px !important;
}

.wy-breadcrumbs a,
.document a,
footer a {
    color: #0369a1;
    border-bottom: 2px dotted;
}

.wy-breadcrumbs a:hover,
.wy-breadcrumbs a:focus,
.document a:hover,
.document a:focus,
footer a:hover,
footer a:focus {
    border-bottom: 2px solid;
}

.wy-breadcrumbs a:focus,
.document a:focus,
footer a:focus {
    outline: 2px solid;
    outline-offset: 2px;
}

.wy-breadcrumbs a,
.wy-breadcrumbs a:hover,
.wy-breadcrumbs a:focus,
.headerlink,
.headerlink:hover,
.headerlink:focus {
    border: none !important;
}

p {
    line-height: 26px;
}

ol {
  counter-reset: list;
}

ol > li {
   list-style: none !important;
}

ol > li:before {
   content: "(" counter(list) ") ";
   counter-increment: list;
   margin-left: -34px;
}

ol > li > p:first-of-type {
    margin-top: -1.5rem !important;
}

blockquote ol > li:before {
   content: "(" counter(list, lower-alpha) ") ";
}

.admonition {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .375rem;
    overflow: hidden;
}

.admonition.note .admonition-title {
    background-color: #0369a1;
}

.rst-content .admonition-title,
.wy-alert-title {
    padding: 10px 12px;
}

a.btn,
a.btn:hover,
a.btn:focus {
    border-bottom: none;
}

@media (prefers-color-scheme: dark) {
    body {
        color: #ffffff;
    }

    .wy-nav-side {
        background: #18181b;
    }

    .wy-menu-vertical a {
        color: #f4f4f5;
    }

    .wy-side-nav-search input[type="text"] {
        background: #27272a;
        color: #ffffff;
        box-shadow: none;
    }

    .wy-menu-vertical li.toctree-l1.current > a {
        border-color: #3f3f46;
    }

    .wy-menu-vertical li.current {
        background: #3f3f46;
        color: #ffffff;
    }

    .wy-menu-vertical li.current > a,
    .wy-menu-vertical li.on a {
        background-color: #27272a;
        color: #ffffff;
    }

    .wy-menu-vertical a:hover {
        background-color: #3f3f46;
    }

    .wy-menu-vertical li.toctree-l2 a,
    .wy-menu-vertical li.toctree-l3 a,
    .wy-menu-vertical li.toctree-l4 a,
    .wy-menu-vertical li.toctree-l5 a,
    .wy-menu-vertical li.toctree-l6 a,
    .wy-menu-vertical li.toctree-l7 a,
    .wy-menu-vertical li.toctree-l8 a,
    .wy-menu-vertical li.toctree-l9 a,
    .wy-menu-vertical li.toctree-l10 a {
        color: #ffffff;
    }

    .wy-menu-vertical li.toctree-l2.current > a,
    .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a,
    .wy-menu-vertical li.current a:hover {
        background: #52525b;
    }

    .wy-menu-vertical li.toctree-l3.current > a,
    .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
        background: #71717a;
    }

    .wy-menu-vertical li.current > a:hover,
    .wy-menu-vertical li.on a:hover {
        background-color: #3f3f46;
    }

    .wy-menu-vertical li.current a {
        border-color: #52525b;
    }
    

    .wy-menu-vertical li.current > a button.toctree-expand,
    .wy-menu-vertical li.on a button.toctree-expand {
        color: #ffffff;
    }

    .wy-nav-content {
        background-color: #27272a;
    }

    .admonition {
        border-color: rgba(255,255,255,.1);
    }

    .admonition.note {
        background-color: #3f3f46;
    }

    hr {
        border-color: #3f3f46;
    }

    .wy-breadcrumbs a,
    .document a,
    footer a,
    footer a:hover {
        color: #ffdd00;
    }

    .btn-neutral,
    .btn-neutral:visited {
        background-color: #52525b !important;
        color: #ffffff !important;
        outline-color: #ffdd00;
    }

    .btn-neutral:hover,
    .btn-neutral:focus {
        background-color: #3f3f46 !important;
    }

    footer {
        color: #d4d4d8;
    }
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans_regular.woff2') format('woff2'), url('../fonts/pt-sans_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans_italic.woff2') format('woff2'), url('../fonts/pt-sans_italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans_bold.woff2') format('woff2'), url('../fonts/pt-sans_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans_bold-italic.woff2') format('woff2'), url('../fonts/pt-sans_bold-italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
