/* Self-hosted fonts — Latin subset only. Generated from Google Fonts CSS,
   trimmed to the weights actually used in the codebase:
     · Instrument Serif: 400, 400 italic   (display headlines)
     · Manrope:           400, 600          (body + semibold labels)
     · Caveat:            400                (hand-style annotations)
   Total payload: ~163 KB (down from 456 KB unrestricted, or ~50 KB
   gzipped over the wire). */

@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/instrument-serif-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/instrument-serif-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/manrope-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/manrope-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/caveat-400.woff2') format('woff2');
}
