/* Computer Modern Serif, self-hosted and subset. See fonts/README.md. */

@font-face {
  font-family: "Computer Modern Serif";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/CMUSerif-Roman.woff2") format("woff2");
}

@font-face {
  font-family: "Computer Modern Serif";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("fonts/CMUSerif-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Computer Modern Serif";
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/CMUSerif-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Computer Modern Serif";
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url("fonts/CMUSerif-BoldItalic.woff2") format("woff2");
}

body {
  font-family: "Computer Modern Serif", "Latin Modern Roman", Georgia, serif;
  font-size: 18px;
  max-width: 40em;
  margin: 4em auto;
  padding: 0 1em;
}
