/* Add any custom styles here */
:root {
  --md-primary-fg-color: #3f51b5;
  --md-accent-fg-color: #3f51b5;
}

/* Custom styling examples */
.md-typeset h1 {
  font-weight: 700;
}

.md-sidebar {
  display: none;
}
