@import url(https://fonts.bunny.net/css?family=ibm-plex-mono:400,400i,500,500i,600,600i,700,700i|ibm-plex-sans:400,400i,500,500i,600,600i,700,700i);

@media all {
    body, input, div.sphinxsidebar input {
        font-size: 1.05rem;
    }

    code, kbd, pre, textarea {
        font-size: 1rem;
    }

    p.caption, .caption-text {
        font-weight: bold;
    }

    span.pre {
        font-family: var(--font-stack--monospace);
    }

    code.literal {
        font-size: 1rem;
    }

    .toc-title {
        font-weight: bold;
    }

    .toc-tree code.literal {
        font-size: 0.9rem;
    }

    div.highlight {
        border: 1px solid;
    }

    .bolditalic {
        font-style: italic;
        font-weight: bold;
    }

    ul.simple {
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .admonition, p.admonition-title {
        font-size: unset !important;
    }

    p.admonition-title {
        text-transform: uppercase;
    }

    footer, .page-info .context, .bottom-of-page .left-details, .bottom-of-page .right-details {
        font-size: unset;
    }

    /* Hide "On GitHub" section from versions menu */
    div.injected > div.rst-versions > div.rst-other-versions > dl:nth-child(4) {
        display: none;
    }
}
