/*
 * The America Fund brand typefaces, self-hosted from the website design kit
 * (assets/taf-website-design-kit/typefaces). Both families are SIL OFL 1.1 —
 * see Inter-OFL.txt and Newsreader-OFL.txt alongside these files.
 *
 *   Inter      — UI and body (sans)
 *   Newsreader — display / editorial (serif)
 */
@font-face {
  font-family: "Inter";
  src: url("./Inter-Variable-opsz-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./Inter-Italic-Variable-opsz-wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("./Newsreader-Variable-opsz-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("./Newsreader-Italic-Variable-opsz-wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
}
