/* Self-hosted type — Instrument Serif, Instrument Sans, Spline Sans Mono (latin). */
/* Local hosting keeps the deployed tool independent of Google at runtime and lets    */
/* html-to-image inline the faces into the poster export (cross-origin CSS cannot be read). */
/* Sans and Mono are genuine variable fonts: one file per family with a weight range,  */
/* which lets the Specimen's continuous weight axis interpolate instead of snapping.   */

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

@font-face {
  font-family: 'Spline Sans Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/SplineSansMono-400.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');
}
