/* Self-hosted fonts (no runtime Google Fonts calls — GDPR-clean for a UK controller) */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/InstrumentSans-400.woff2) format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(/fonts/Newsreader-300_600.woff2) format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url(/fonts/Newsreader-300_600-italic.woff2) format("woff2");
}
