/* Trinity demo fonts, self-hosted.

   Pitch night plays from Ali's laptop over HDMI with no internet, so nothing in
   these builds may depend on fonts.googleapis.com. With the network off the
   Google stylesheet never arrived, zero faces loaded, and every screen on all
   three platforms fell back to the system UI font — including RetainerFund's
   Instrument Serif display and the Geist Mono tabular numerals in the ledger.

   These are the latin subsets from Google Fonts, committed into the build.
   Geist and Geist Mono ship as variable fonts, so one file covers every weight
   the demos use and the ranges below let the browser interpolate. */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Geist.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/GeistMono.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/InstrumentSerif-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/InstrumentSerif-400-italic.woff2') format('woff2');
}
