@font-face {
  font-family: "myfo";
  font-style: normal;
  font-weight: 100;
  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);
}

.ta {
  font-family: monospace;
  font-size: 16px;
  background-color: rgb(248, 248, 218);
}
label {
  font-family: "myfo", sans-serif;
}

code {
  white-space : pre-wrap !important;
  word-break: break-word;
}

.cp_button {
  background-color: #73AD21;
    border: none;
  border-radius: 5px;
  padding: 6px 18px;
  color: white;
  font-size: 16px;

}