html {
  color-scheme: light;
}

body {
  font-family: system-ui;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Win95", system-ui, sans-serif;
  background-color: #c3c3c3;
}

h1 {
  margin-block: 0.67em;
  font-size: 2em;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

main {
  max-width: min(70ch, 100% - 4rem);
  margin-inline: auto;
}

table {
  border: 1px solid black;
  width: 100%;
}

pre {
  padding: 1rem;
  overflow-x: auto;
  border: 2px solid black;
  background-color: white;
  box-shadow: 4px 4px 0 black;
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  font-size: 1rem;
  line-height: 1.4;
}

td, th {
  border: 1px solid black;
}

@font-face {
  font-family: "Win95";
  src: url("/static/fonts/w95f.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
