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

@font-face {
  font-family: "Recia";
  src: url("https://cdn.fontshare.com/wf/EKDHFA4MOYSEQZ5LG2FYZ7GAQBIWU2OL/ZPCLM6EWF2NHNYTV2CI37X2H5DIZZOAE/7XCHJ2FE6VSSCGPUIM7FUFFMDGQZLWVU.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-recia: Recia, "Recia fallback", serif;
}

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