@media only screen and (min-width: 768px) {
  td:nth-child(1) {
    white-space: nowrap;
  }
}

.hidden {
  display: none;
}

.md-content {
  /* Needed so that content doesn't overflow under right sidebar (and not be copyable) */
  overflow-wrap: break-word;
}

@font-face {
  font-family: "Lekton Nerd Font Mono";
  src: "assets/fonts/LektonNerdFontMono-Regular.ttf";
}

:root {
  --md-code-font: "Lekton Nerd Font Mono";
}
