.bd-main .bd-content .bd-article-container {
    max-width: 100%;  /* default is 70em */
  }

:root {
    /* Explicitly set monospace weight to normal */
    --pst-font-weight-monospace: 400;
    /* Optional: Change the monospace font stack if the default is rendering poorly */
    --pst-font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Target pre and code tags directly if variables don't catch everything */
pre, code, kbd, samp {
    font-weight: 400 !important;
}
