html.dark-mode .graphviz {
  filter: invert(1) hue-rotate(180deg);
}

@font-face {
  font-family: "Archivo Black";
  src: url("/assets/fonts/ArchivoBlack-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DejaVu Sans";
  src: url("/assets/fonts/DejaVuSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a { color: var(--accent); }
pre code { background: var(--code-bg); color: var(--text); padding: .75rem; border-radius: 6px; }
.small-muted { color: var(--muted); }

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

table {
  border: 2px solid black;
  border-collapse: collapse;
  width: 100%;
  display: table;
  table-layout: fixed;
}

th,
td {
  display: table-cell;
  width: auto !important;
}

figure {
  display: block;
  width: fit-content !important;
  margin: 1rem auto !important;
}

@media (max-width: 768px) {
  body>*:not(table):not(tr):not(td):not(th):not(img):not(input):not(button):not(ul):not(ol):not(li):not(figure):not(figcaption):not(.highlight):not(span) {
    width: 95%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    flex-wrap: wrap;
  }
}

footer {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.shout {
  font-family: "Archivo Black";
  font-weight: 700;
}

