/* Local metric fallback only. Poppins itself comes from the Google Fonts CSS API. */

@font-face {
  font-family: "PoppinsFallback";
  src: local("Arial");
  size-adjust: 110.95%;
  ascent-override: 94.64%;
  descent-override: 31.55%;
  line-gap-override: 9.01%;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PoppinsFallback";
  src: local("Arial");
  size-adjust: 108.35%;
  ascent-override: 96.91%;
  descent-override: 32.3%;
  line-gap-override: 9.23%;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PoppinsFallback";
  src: local("Arial Bold"), local("Arial");
  size-adjust: 102.53%;
  ascent-override: 102.41%;
  descent-override: 34.14%;
  line-gap-override: 9.75%;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "PoppinsFallback";
  src: local("Arial Bold"), local("Arial");
  size-adjust: 104.53%;
  ascent-override: 100.45%;
  descent-override: 33.48%;
  line-gap-override: 9.57%;
  font-weight: 700;
  font-style: normal;
}
