/* TeX Gyre Pagella (GUST e-foundry, GUST Font License) — a libre Palatino.
   Serves ONLY as a tail fallback for devices with no Palatino-family font
   (Android, Linux). Apple resolves Iowan Old Style and Windows resolves
   Palatino Linotype first, so browsers there never download these files —
   which is also why there are deliberately no preload tags for them. */

@font-face {
  font-family: "TeX Gyre Pagella";
  src: url("assets/fonts/texgyrepagella-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "TeX Gyre Pagella";
  src: url("assets/fonts/texgyrepagella-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
