:root {
  --docsify-font: "Avenir Next", "Segoe UI", sans-serif;
}

body {
  font-family: var(--docsify-font);
}

.app-name-link img {
  max-height: 3rem;
}

.sidebar {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.content {
  max-width: 900px;
}
