/* Poppins: resolved by unifont from the `fontshare` provider.
 * https://unifont.dev/fonts/Poppins
 */

@font-face {
  font-family: "cmp-fontshare-Poppins";
  src: url("https://cdn.fontshare.com/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-cmp-fontshare-poppins: cmp-fontshare-Poppins, "cmp-fontshare-Poppins fallback", sans-serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "cmp-fontshare-Poppins fallback";
  src: local("sans-serif");
  size-adjust: 100%;
  ascent-override: 104%;
  descent-override: 35%;
  line-gap-override: 9%;
}
