/* Approximate Latin fallback for @fontsource-variable/geist 5.3.0
   Chromium Canvas at 1000px, "The quick brown fox jumps over the lazy dog":
   Geist 400/500 widths 20344.96484/20803.96484, Liberation Sans 2.1.5 width 19787.59766
   Arial and Liberation Sans have equivalent advances. Size adjustment is their width ratio
   Geist ascent/descent are 1005/295 with zero line gap. Overrides divide by size adjustment
   Individual glyph widths still differ. Recheck these values when upgrading Geist
   https://developer.chrome.com/blog/font-fallbacks */
@font-face {
  font-family: 'Geist Fallback';
  src: local('Arial'), local('Liberation Sans');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  size-adjust: 102.81675%;
  ascent-override: 97.74672%;
  descent-override: 28.69182%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Geist Fallback';
  src: local('Arial'), local('Liberation Sans');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  size-adjust: 105.13638%;
  ascent-override: 95.59012%;
  descent-override: 28.05879%;
  line-gap-override: 0%;
}
