/* Self-hosted fonts — no external CDN (perf + privacy). Latin subset. Paths are root-absolute. */
@font-face{
  font-family:'Instrument Serif';font-style:normal;font-weight:400;font-display:swap;
  src:url(/assets/fonts/instrumentserif-regular.woff2) format('woff2');
}
@font-face{
  font-family:'Instrument Serif';font-style:italic;font-weight:400;font-display:swap;
  src:url(/assets/fonts/instrumentserif-italic.woff2) format('woff2');
}
@font-face{
  font-family:'Karla';font-style:normal;font-weight:300 700;font-display:swap;
  src:url(/assets/fonts/karla-latin.woff2) format('woff2');
}
@font-face{
  font-family:'Karla';font-style:italic;font-weight:300 600;font-display:swap;
  src:url(/assets/fonts/karla-italic-latin.woff2) format('woff2');
}
/* Case-page device mockups only (browsers fetch these only on pages that use them). */
@font-face{
  font-family:'Space Grotesk';font-style:normal;font-weight:300 700;font-display:swap;
  src:url(/assets/fonts/spacegrotesk-latin.woff2) format('woff2');
}
@font-face{
  font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;
  src:url(/assets/fonts/inter-latin.woff2) format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';font-style:normal;font-weight:100 800;font-display:swap;
  src:url(/assets/fonts/jetbrainsmono-latin.woff2) format('woff2');
}
