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

@font-face {
  font-family: "Fira Code specimen";
  src: url("https://fonts.gstatic.com/l/font?kit=uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVLxN87huj02Nbpp5QmW0uXS8bY0YmyI-CEJorF0sse23f15wiYn&skey=33bc0af28fd31bc7&v=v27") 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+46, U+48, U+54, U+61, U+64-65, U+67-69, U+6b-6c, U+6e-70, U+72-77, U+79;
}

:root {
  --font-fira-code-specimen: "Fira Code specimen", "Fira Code specimen fallback", monospace;
}

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