:root {
  --md-primary-fg-color:        #8C1D40;
  --md-primary-fg-color--light: #A23E5C;
  --md-primary-fg-color--dark:  #6E1632;

  --md-accent-fg-color:         #FFC627;
  /* Hide the right-hand Table of Contents completely */
/* Force-hide the right-hand Table of Contents */
.md-sidebar--secondary,
.md-sidebar--secondary .md-sidebar__scrollwrap {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
}

