/* Reserve scrollbar space to prevent layout shift between pages */
html {
    scrollbar-gutter: stable;
}

/* Override sphinx-book-theme primary color */
:root {
    --pst-color-primary: #2563eb;
    --pst-color-primary-highlight: #1d4ed8;
}

/* Tighten up inline code in regular text */
p code.literal,
li code.literal {
    padding: 0.1em 0.35em;
    border-radius: 4px;
    font-size: 0.88em;
}
