/* Self-hosted Instrument Sans (zero-egress). Files vendored from the earlier
   build; no external font CDN at build or runtime. Served same-origin. */
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/instrument-sans-400.woff2') format('woff2'),
         url('/fonts/instrument-sans-400.woff') format('woff');
}
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/instrument-sans-500.woff2') format('woff2'),
         url('/fonts/instrument-sans-500.woff') format('woff');
}
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/instrument-sans-600.woff2') format('woff2'),
         url('/fonts/instrument-sans-600.woff') format('woff');
}
