/* Brand faces, self-hosted so the page works with no signal.
   Instrument Serif stands in for the site's TT New Roman display face.
   Inter is the site's body face, shipped here as one variable file. */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/instrumentserif-normal-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('fonts/instrumentserif-italic-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal; font-weight: 100 900; font-display: swap;
  src: url('fonts/inter-variable.woff2') format('woff2');
}
