/* Courier Prime: resolved by unifont from the `google` provider.
 * https://unifont.dev/fonts/Courier%20Prime
 */

@font-face {
  font-family: "Courier Prime specimen";
  src: url("https://fonts.gstatic.com/l/font?kit=u-450q2lgwslOqpF_6gQ8kELWwNjXe__nOfJG1O2MqtC0t2XW9DhpwGCYpHBaoLS2SvRklWdYR0&skey=e017e80d5b8c8838&v=v11") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  unicode-range: U+20, U+26, U+2e, U+30-33, U+43, U+48, U+50, U+54, U+61, U+64-65, U+67-69, U+6b-70, U+72-77, U+79;
}

:root {
  --font-courier-prime-specimen: "Courier Prime specimen", "Courier Prime specimen fallback", monospace;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Courier Prime specimen fallback";
  src: local("Courier New"), local("Cousine"), local("Liberation Mono"), local("DejaVu Sans Mono"), local("Menlo");
  size-adjust: 100%;
  ascent-override: 90.4785%;
  descent-override: 27.002%;
  line-gap-override: 0%;
}
