/* Poppins, self-hosted.
 *
 * Loaded from our own origin rather than fonts.googleapis.com so that a visitor
 * reading these pages never has their IP address disclosed to Google merely by
 * the page rendering. That was raised as a finding against the old site, and it
 * is the kind of third-party leak worth avoiding on a healthcare site whether or
 * not any single regulator calls it a violation.
 *
 * Poppins is licensed under the SIL Open Font License 1.1, which permits
 * self-hosting and redistribution. Files are the Latin subset from Google Fonts
 * v24; see tools/README-fonts.md to refresh them.
 */

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

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-700.woff2") format("woff2");
}

@font-face {
  font-family: Poppins;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: Poppins;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-700-italic.woff2") format("woff2");
}
