/* Self-hosted Overpass — digitized from US highway/transit signage lettering.
   Local woff2 (cached by the service worker) so type works offline and in the
   Tesla browser, with no third-party CDN. Paths relative per the deploy spec. */
@font-face {
  font-family: "Overpass"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/overpass-400.woff2") format("woff2");
}
@font-face {
  font-family: "Overpass"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("fonts/overpass-600.woff2") format("woff2");
}
@font-face {
  font-family: "Overpass"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/overpass-700.woff2") format("woff2");
}
@font-face {
  font-family: "Overpass Mono"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/overpass-mono-500.woff2") format("woff2");
}
@font-face {
  font-family: "Overpass Mono"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/overpass-mono-700.woff2") format("woff2");
}
