/* Self-hosted type, declared once for all three pages. The files are
   the latin subsets Google Fonts serves (SIL Open Font License):
   Literata carries opsz 7–72 and wght 200–900 in one variable file,
   Public Sans wght 100–900, Fragment Mono is a single regular. */

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("fonts/literata-var.woff2") format("woff2");
}

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/public-sans-var.woff2") format("woff2");
}

@font-face {
  font-family: "Fragment Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/fragment-mono.woff2") format("woff2");
}
