@font-face {
    font-family: 'LSCond';
    src: url(/assets/lscond.241ced7f.woff2) format('woff2');
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    /* Roboto Condensed 700 — the same face the app bundles for every number
       it shows. The display face cannot do this job: Oswald has proportional
       digits and no `tnum`, so a column of times never aligns.
       Subset to printable ASCII rather than digits alone: the hero callouts
       are short label+number strings ("Turn 4", "apex 8 km/h down"), and a
       digits-only subset makes the browser fall back per-glyph, rendering one
       chip in two faces. ~12 KB. */
    font-family: 'LSNum';
    src: url(/assets/lsnum.2228eeb5.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
