@font-face {
  font-family: "JetBrainsMono Nerd Font";
  src: url("./fonts/JetBrainsMonoNerdFont-Regular.ttf");
}

p,
li,
ul,
ol {
  font-size: 0.8rem;
  line-height: 1.6;
}

code,
pre {
  font-size: 0.8rem;
}

li.md-nav__item {
  font-size: 0.7rem;
  line-height: 1.3;
}

.md-grid {
  max-width: 85%;
}

termynal-comment {
  color: #4a968f;
  font-style: italic;
  display: block;
}

.termy {
  /* For right to left languages */
  direction: ltr;
}

.termy [data-termynal] {
  white-space: pre-wrap;
}

.termy .linenos {
  display: none;
}

.termy button.md-code__button {
  display: none;
}
