/* Self-hosted Instrument Serif + Instrument Sans (SIL OFL 1.1).
   font-display: swap keeps text painted while the face loads — a FOIT here
   would show up directly as a worse LCP. size-adjust on the fallbacks still
   needs to be measured against the real files; see docs/style-research.md §7. */

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

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