/* User Provided Stylesheet */

/* Subtle dotted background for the whole site */
/* body {
  background-color: #fafbff;
  background-image: radial-gradient(
    circle at 1px 1px,
    rgba(0, 0, 0, 0.15) 1px,
    transparent 0
  );
  background-size: 18px 18px;
} */

/* Keep the main content panels readable (slightly elevated) */
.myst-book-theme main,
.myst-book-theme .bd-sidebar,
.myst-book-theme .bd-header {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(2px);
}
