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

@font-face {
  font-family: "Paquito preview";
  src: url("https://cdn.fontshare.com/wf/2NB7NET6D5XC3BZAFYG25WR77UFVXF5Y/P2URT4J3YJ7FLI6GYCBCWZCW4T4WNNPB/IXTMTFCRATT33QJPW6LKBQTKQTNA4FP3.woff2") format("woff2");
  font-display: swap;
  font-weight: 300 700;
  font-style: normal;
}

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

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Paquito preview 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%;
}
