/* Self-hosted webfonts. Served same-origin and preloaded, so there is no
   third-party connection or render-blocking stylesheet before first paint.
   The *-fallback faces are metric-matched system fonts: while a webfont is
   still loading the text occupies the same space, so nothing reflows. */

@font-face {
  font-family: "DM Sans";
  src: url("fonts/DMSans-var.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italiana";
  src: url("fonts/Italiana-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/SourceSans3-var.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Fallback";
  src: local("Arial"), local("Helvetica Neue"), local("Liberation Sans");
  size-adjust: 97.19%;
  ascent-override: 102.06%;
  descent-override: 31.90%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Italiana Fallback";
  src: local("Times New Roman"), local("Times"), local("Liberation Serif");
  size-adjust: 111.79%;
  ascent-override: 83.01%;
  descent-override: 22.36%;
  line-gap-override: 0%;
}
