/* Peace Sans: resolved by unifont from the `fontsource` provider.
 * https://unifont.dev/fonts/Peace%20Sans
 */

/* latin */
@font-face {
  font-family: "Peace Sans";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/peace-sans@latest/latin-400-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-peace-sans: "Peace Sans", "Peace Sans fallback", sans-serif;
}

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