/* Local, versioned font delivery. Figtree is upright-only in this system. */
@font-face {
  font-family: "Source Serif 4";
  src: url("assets/fonts/SourceSerif4Variable-Roman.ttf.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("assets/fonts/SourceSerif4Variable-Italic.ttf.woff2") format("woff2");
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/Figtree-Variable-Roman.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}
