@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Source+Code+Pro:wght@400;500&display=swap');

:root {
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'Source Code Pro', monospace;
    --text-color: #1a1a1a;
    --text-muted: #555;
    --accent: #76b900;
    --pst-color-primary: #76b900;
    --pst-color-secondary: #76b900;
}

body, .bd-content {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-family: var(--font-body) !important;
    font-weight: 700 !important;
    font-size: 2rem !important;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

h2 {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    margin-top: 2rem;
    letter-spacing: -0.01em;
}

h3 {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    letter-spacing: -0.01em;
}

h4, h5, h6 {
    font-weight: 700 !important;
}

p {
    margin-bottom: 1rem;
}

code, pre, .highlight, .literal {
    font-family: var(--font-mono);
}

div.highlight > pre {
    font-size: 13px;
    font-family: var(--font-mono);
    border-radius: 4px;
    background: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
    padding: 1rem;
}

code.literal {
    background: #f5f5f5;
    padding: 0.1em 0.3em;
    border-radius: 3px;
    font-size: 0.875em;
    color: #333;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

html[data-theme=light] {
    --pst-color-link: #176de8;
    --pst-color-link-hover: #1259c4;
    --pst-color-primary: #176de8;
    --pst-color-secondary: #176de8;
}

nav#table-of-contents {
    display: none;
}

.bd-container, .bd-container .bd-container__inner {
    max-width: 99%;
}

.bd-main .bd-content .bd-article-container {
    max-width: 100em;
}

.code-block-caption {
    color: var(--text-muted);
    font-size: 0.875rem;
}

button.theme-switch-button {
    display: none !important;
}

blockquote {
    background-color: transparent;
    border: none;
}

table.table tbody tr:hover,
table.table tbody tr.row-odd:hover,
table.table tbody tr.row-even:hover,
table.table tbody tr:hover td,
table.table tbody tr.row-odd:hover td,
table.table tbody tr.row-even:hover td {
    background-color: transparent !important;
}

.bd-sidebar-primary li.has-children>details>summary .toctree-toggle {
    justify-content: left;
}

.bd-content .sd-tab-set .sd-tab-content {
    padding: 1.5rem;
}
