/* Playfair: resolved by unifont from the `google` provider.
 * https://unifont.dev/fonts/Playfair
 */

@font-face {
  font-family: "Playfair specimen";
  src: url("https://fonts.gstatic.com/l/font?kit=0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkUetgYoSMw5y_mHK0pY2HdE-xJ4fI3wYPeKxP_nx_WI5b9Gx4WZ97aEA&skey=5b30ecde4ec3e220&v=v10") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  unicode-range: U+20, U+26, U+2e, U+30-33, U+48, U+50, U+54, U+61, U+64-69, U+6b-6c, U+6e-70, U+72-77, U+79;
}

:root {
  --font-playfair-specimen: "Playfair specimen", "Playfair specimen fallback", serif;
}

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