/* Instrument Serif — the display face, reserved for hero moments (the login
   headline, the dashboard greeting). Self-hosted like Geist so the page needs
   no third-party font origin in its CSP. 400 and 400 italic are the WHOLE
   family (there is no bold cut), so call sites must say font-weight 400 or the
   browser synthesises a bold. Relative urls so the files resolve under whatever
   base the SPA is served from (/app/). SIL Open Font License 1.1. */
@font-face {
  font-family: 'Instrument Serif';
  src: url('InstrumentSerif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('InstrumentSerif-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
