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

@font-face {
  font-family: "Neco specimen";
  src: url("https://cdn.fontshare.com/wf/SNCBY2VANYQ5HGPPHJ4N2M5CCYL3BWUJ/6D7UWYDMGQRHMCMTIQ5YRTSALARDQ5K7/OM4IMSIGIGZ5VH7YZ3YT2EVE3N2VXU7A.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-neco-specimen: "Neco specimen", "Neco specimen fallback", serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Neco specimen fallback";
  src: local("Times New Roman"), local("Tinos"), local("Liberation Serif"), local("DejaVu Serif"), local("Times");
  size-adjust: 100%;
  ascent-override: 103%;
  descent-override: 33%;
  line-gap-override: 9%;
}
