/* Self-hosted brand fonts (no third-party requests, GDPR-friendly).
   Drop the six .woff2 files into /fonts with exactly these names.
   See FONTS-SETUP.md for where to download them. Until the files exist,
   the site falls back to the system fonts in each stack. */

/* ---- Source Serif 4 (headings / ledes) ---- */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/SourceSerif4-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/SourceSerif4-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/SourceSerif4-SemiBold.woff2') format('woff2');
}

/* ---- Public Sans (body) ---- */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/PublicSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/PublicSans-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/PublicSans-SemiBold.woff2') format('woff2');
}
