@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
  background-color: black;
}

pre {
    border-style: solid;
    background-color: black;
    color: white;
    padding: 10px;
}

pre b {
    color: red;
    font-weight: bolder;
}

.code-line-number {
    background-color: black;
    color: grey !important;
}

#container {
    padding: 30px;
    background-color: whitesmoke !important;
    margin: 2rem;
}
