/* Align mdbook roughly with devendrasinghmahra.in */
:root {
  --bg: #f6f4ef;
  --fg: #141414;
  --sidebar-bg: #fffcf7;
  --sidebar-fg: #2a2a2a;
  --sidebar-active: #1a3a4a;
  --links: #1a3a4a;
  --inline-code-color: #2c5466;
}

html {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
}

.content h1,
.content h2,
.content h3 {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.content p,
.content li {
  line-height: 1.7;
}

.content a {
  text-underline-offset: 0.18em;
}

/* Link back to main site */
.menu-title::after {
  content: " · site";
  font-size: 0.75em;
  opacity: 0.7;
}
