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

@font-face {
  font-family: "Paquito";
  src: url("https://cdn.fontshare.com/wf/ULZX7LFRNCEJDIMKUV3VTF2LKTQ4S6OO/2BKALQCTQNYPJA2Y53FVESTXK4DFE6QY/TZLLU3XJTXLOU3EH4DRXDJ32LMCC7HBG.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-paquito: Paquito, "Paquito fallback", serif;
}

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