body {
  font-family: "STIX Two Text","STIX-web", serif;
}
h1 {
  color: rgb(0, 0, 0);
}
p {
  color: rgb(0, 0, 0);
}
.var {
  color: rgb(0, 0, 255);
  text-transform: uppercase;
}
.val {
  color: rgb(254, 128, 24);
  text-transform: uppercase;
}
.inp {
  color: rgb(254, 128, 24);
}
/* Kill ALL table striping from Bootstrap/Quarto */
.table-striped > tbody > tr:nth-of-type(odd) > *,
.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: white !important;
  background-color: white !important;
  box-shadow: none !important;
}
