/* DejaVu Serif: resolved by unifont from the `fontsource` provider.
 * https://unifont.dev/fonts/DejaVu%20Serif
 */

/* latin */
@font-face {
  font-family: "DejaVu Serif preview";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/dejavu-serif@latest/latin-400-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* latin */
@font-face {
  font-family: "DejaVu Serif preview";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/dejavu-serif@latest/latin-700-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

/* latin */
@font-face {
  font-family: "DejaVu Serif preview";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/dejavu-serif@latest/latin-400-italic.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

/* latin */
@font-face {
  font-family: "DejaVu Serif preview";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/dejavu-serif@latest/latin-700-italic.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}

:root {
  --font-dejavu-serif-preview: "DejaVu Serif preview", "DejaVu Serif preview fallback", serif;
}

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