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

/* latin */
@font-face {
  font-family: "Genjyuu Gothic specimen";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/genjyuu-gothic@latest/latin-400-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-genjyuu-gothic-specimen: "Genjyuu Gothic specimen", "Genjyuu Gothic specimen fallback", sans-serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Genjyuu Gothic specimen fallback";
  src: local("Arial"), local("Arimo"), local("Liberation Sans"), local("DejaVu Sans"), local("Helvetica");
  size-adjust: 100%;
  ascent-override: 107.5195%;
  descent-override: 32.0313%;
  line-gap-override: 8.9844%;
}
