/* Custom background color for docs site */
body {
  background: linear-gradient(to bottom right, #eff6ff, #f8fafc, #faf5ff);
}

/* Ensure all main areas have the background */
.book-page,
.markdown
{
  background-color: rgb(255, 255, 255) !important;
}

/* Hide site title if it appears */
.book-brand,
.book-brand span {
  display: none !important;
}
