/* Self-hosted brand fonts (latin subset), served from our own origin over the
 * warm HTTP/2 connection — so a mainland-China visitor no longer waits on the
 * GFW-blocked fonts.googleapis.com / fonts.gstatic.com hosts. CJK falls back to
 * the system stack; font-display:swap means text paints immediately. */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/instrument-serif.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/instrument-serif-italic.woff2") format("woff2");
}
