@import '../basic.css';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&family=Rubik&family=Varela+Round&display=swap');

img {
    margin-bottom: 10px;
    width: 80%;
    height: auto;
    border-radius: 10px;
}

div.sphinxsidebarwrapper {
    margin-right: 30px;
}

div.sphinxsidebar {
    width: 260px;
    font-size: 14px;
    line-height: 1.5;
}

.wy-nav-content {
    max-width: none;
}

.rst-content img {
    max-width: 800px;
    width: 80%;
    margin-bottom: 3%;
}

.rst-content div[class^="highlight"], .rst-content pre.literal-block {
    border: transparent;
    overflow-x: auto;
    margin: 1px 0 24px;
    border-radius: 10px;
    background: #f1f1f1;
}

.rst-content .linenodiv pre, .rst-content div[class^="highlight"] pre, .rst-content pre.literal-block {
    font-family: 'Noto Sans Mono', monospace;
    font-size: 12px;
    line-height: 1.4;
}

.rst-content .toctree-wrapper > p.caption, h1, h2, h3, h4, h5, h6, legend {
    margin-top: 0;
    font-weight: 700;
    font-family: 'Varela Round', sans-serif;
}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #404040;
}

.rst-content code.literal, .rst-content tt.literal {
    color: #373737;
    white-space: normal;
    border-radius: 0.5em;
    padding: 0.4% 0.4% 0.3%;
    background: #e8e8e8;
    border: transparent;
}

.ethical-rst {
    visibility: hidden;
}

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

.version {
    color: #d9d9d9;
}

table.docutils {
    margin-bottom: 1.5em !important;
    margin-left: 0 !important;
}