html[data-theme="light"] {
  --pst-color-primary: #4f8a96;
  --pst-color-secondary: #a19574;
  --pst-color-border: #ededed;
  --pst-color-background: #f5f5f5;
  --pst-color-on-background: #e6e6e6;
}

html[data-theme="dark"] {
  --pst-color-primary: #4f8a96;
  --pst-color-secondary: #a19574;
  --pst-color-border: #141e1d;
  --pst-color-background: #222222;
  --pst-color-on-background: #333333;
  --pst-color-surface: #333333;
}

/* Prevent image dimming in dark mode */
html[data-theme="dark"] img {
    filter: none !important;
}

/* Override the sidebar width */
.bd-sidebar {
    width: 250px;
}




/* Don't show the "This Page" / local TOC on source pages */
.sidebar-secondary-item div[role="note"][aria-label="source link"] h3 {
    display: none;
}
/* Show a simple "show source"; no bullet point */
.sidebar-secondary-item div[role="note"][aria-label="source link"] ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
