/* LineupIQ — self-hosted typefaces.
   ---------------------------------------------------------------------------
   These were served from fonts.googleapis.com until August 2026. That sent
   every visitor's IP address and user agent to Google on every app open,
   before consent, which is not a thing a youth sports app should be doing and
   is not what the privacy policy or the parent notice say happens.

   Anton, Barlow and Chivo Mono are all SIL Open Font License 1.1. Only the
   latin subset and only the weights the app actually uses are here — eight
   files, about 150KB total, which is less than the round trip to Google cost.

   font-display:swap keeps first paint immediate; the fallback stack is chosen
   so the reflow is small when the real face lands.

   Licenses: OFL.txt in this directory.
   --------------------------------------------------------------------------- */

/* Anton — headings, the big numbers on the meters and the pitch counter. */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/anton-400.woff2') format('woff2');
}

/* Barlow — body copy. */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/barlow-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/barlow-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/barlow-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/barlow-700.woff2') format('woff2');
}

/* Chivo Mono — tabular figures, labels, stat tables. */
@font-face {
  font-family: 'Chivo Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/chivo-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Chivo Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/chivo-mono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Chivo Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/chivo-mono-600.woff2') format('woff2');
}
