/* Pilcrow Rounded: resolved by unifont from the `fontshare` provider.
 * https://unifont.dev/fonts/Pilcrow%20Rounded
 */

@font-face {
  font-family: "Pilcrow Rounded";
  src: url("https://cdn.fontshare.com/wf/QT4CYRMMCSPIHTO635GDUTTAEHGLRQ54/MYVNSUIXZDTIB4UZKPO2L6VG72I633DS/6KQY4JB7EWYXSXKZEY5XPSJRA3OVSO2C.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-pilcrow-rounded: "Pilcrow Rounded", "Pilcrow Rounded fallback", sans-serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Pilcrow Rounded fallback";
  src: local("Arial"), local("Arimo"), local("Liberation Sans"), local("DejaVu Sans"), local("Helvetica");
  size-adjust: 100%;
  ascent-override: 88%;
  descent-override: 22%;
  line-gap-override: 8%;
}
