/* Overpass — the open cut of FHWA Highway Gothic, self-hosted.
 *
 * Same two files as the rest of the network (Eagle, Euro, Canada, Waves): no third-party
 * request sitting in front of first paint, one variable file per family instead of
 * pinned static weights, so 100..900 (the guide-sign headings use 800/900) is one
 * declaration rather than eight.
 *
 * Latin subset only — the pages are English. 61 kB for both families.
 */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 100 900;          /* variable wght axis */
  font-display: swap;
  src: url('/assets/fonts/Overpass-var.woff2') format('woff2-variations'),
       url('/assets/fonts/Overpass-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Overpass Mono';
  font-style: normal;
  font-weight: 300 700;          /* mono tops out at 700 */
  font-display: swap;
  src: url('/assets/fonts/OverpassMono-var.woff2') format('woff2-variations'),
       url('/assets/fonts/OverpassMono-var.woff2') format('woff2');
}
