/* HaiwaiStatsManual — Custom styles */

/* Code blocks */
pre, code {
  font-family: "Fira Code", "Source Code Pro", "Consolas", monospace;
}

/* Images */
img {
  max-width: 100%;
}

/* Chapter headings */
h1 {
  margin-top: 0.5em;
}

/* Tables */
table {
  margin: 1em 0;
}
