/* Center content in the area right of the 300px sidebar (300px + 980px max content width); floor at 330px. */
@media only screen and (min-width: 481px) {
  .markdown-body {
    margin-left: max(330px, calc((100% - 680px) / 2));
  }
}

@font-face {
  font-family: "Hurmit Nerd Font";
  src: url("../fonts/HurmitNerdFont-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hurmit Nerd Font";
  src: url("../fonts/HurmitNerdFont-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hurmit Nerd Font";
  src: url("../fonts/HurmitNerdFont-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hurmit Nerd Font";
  src: url("../fonts/HurmitNerdFont-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --font-stack: "Hurmit Nerd Font", "Menlo", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", monospace;
  --mono-font-stack: var(--font-stack);
}

/* Hide the top-nav page links (the sidebar already lists them); keep the Search button. */
.terminal-menu li:has(> a[typeof="WebPage"]) {
  display: none;
}
