@font-face {
    font-family: 'myfo';
    font-style: normal;
    font-weight: 100;
    /* src: url("RobotoFlex.ttf"); */
    src: url("Ubuntu.ttf");
  }

body {
    font-family: myfo;
    /* color: rgb(206, 205, 205);
     */
    font-weight: 100;
}

.md-typeset .admonition.console,
.md-typeset details.console {
  border-color: rgb(150, 150, 150);
}
.md-typeset .console > .admonition-title,
.md-typeset .console > summary {
  background-color:  rgb(62, 62, 62);
}
.md-typeset .console > .admonition-title::before,
.md-typeset .console > summary::before {
  background-color: rgb(200, 200, 200);
  -webkit-mask-image: var(--md-admonition-icon--console);
          mask-image: var(--md-admonition-icon--console);
}