/* Solco v2 SPA fonts — Instrument Sans (variable 400–700) + Instrument Serif (italic accent).
   Self-hosted (no Google Fonts CDN): GDPR-clean, no render-blocking third-party request.
   NOTE: the two italic files are STATIC 400 faces (no weight axis) — do not widen their
   font-weight to a range or the browser will synthesize smeared faux-bold italics.
   There is no upright Instrument Serif file; upright serif falls back to Georgia. */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/instrument-sans-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/instrument-sans-italic-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/instrument-serif-italic-latin.woff2') format('woff2');
}
