/* Clean content width */
.md-grid {
  max-width: 1400px;
}

/* Professional font feel */
.md-typeset {
  font-size: 18px;
  line-height: 1.7;
}

/* Headings clean */
.md-typeset h1 {
  font-weight: 600;
}

.md-typeset h2 {
  margin-top: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

/* Remove flashy look from collapsible */
.md-typeset details {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fafafa;
  padding: 10px 14px;
}

/* Code block clean */
.md-typeset pre code {
  font-size: 16px;
  border-radius: 6px;
}

/* Remove bold blue highlight look */
.md-typeset summary {
  font-weight: 500;
}