/* Widen the mdBook content column to 1000px (default is 750px). */
:root {
    --content-max-width: 1000px;
}
.content main {
    max-width: 1000px;
}
