/* Google Sans Flex: resolved by unifont from the `google` provider.
 * https://unifont.dev/fonts/Google%20Sans%20Flex
 */

@font-face {
  font-family: "Google Sans Flex specimen";
  src: url("https://fonts.gstatic.com/l/font?kit=t5sJIQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4bxTDHg_ugnAakp8ubyc5qU4LAOUP-kKipHNK6H2nhXitcdG0MKn4eaPbLu6sge5wCOyl1x3U&skey=c16d8d2b079f82df&v=v22") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  unicode-range: U+20, U+26, U+2e, U+30-33, U+46-48, U+53-54, U+61, U+64-65, U+67-69, U+6b-6c, U+6e-70, U+72-79;
}

:root {
  --font-google-sans-flex-specimen: "Google Sans Flex specimen", "Google Sans Flex specimen fallback", sans-serif;
}

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