:root {
  --md-shadow-z1: 0 0 0 0;
  --md-shadow-z2: 0 0 0 0;
  --md-shadow-z3: 0 0 0 0;
}

/* Hide navigation and table of contents for a single-page feel */
.md-sidebar--primary,
.md-sidebar--secondary {
  display: none;
}

/* Center the content and make it wider */
.md-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
}

/* Flatten the header */
.md-header {
  box-shadow: none !important;
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
}

/* Simplify the footer */
.md-footer {
  display: none;
}

/* General flat styling */
.md-main__inner {
  margin-top: 2rem;
}

h1, h2, h3 {
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}