/* Via: https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html */

/* Override the maximum width of the main content area */
.bd-main .bd-content .bd-article-container {
  max-width: 100%;  /* default is 60em */
}

.bd-page-width {
  max-width: 110rem;  /* default is 88rem */
}

/* Override the brightness and contrast changes that the theme applies to images in dark mode */
img {
    filter: brightness(1.0) contrast(1.0) !important;
}
