/* The site's two faces, self-hosted, declared once.

   Inter is the site's typeface: every page's body, UI and headings.
   Playfair is the display face for the editorial guides and stories only
   (the town guides, /spring, /local-guides and the three history stories);
   nothing else should name it.

   Before September 2026 the site loaded nine families from Google Fonts
   (Poppins, Plus Jakarta Sans, DM Sans, DM Serif Display, Newsreader, Lora,
   Rubik, Atkinson Hyperlegible) plus self-hosted Manrope and Source Serif 4,
   so the same heading was a different face depending on which page you were
   on, and every page paid for a third-party connection before first paint.
   Both are variable fonts, so one file covers every weight.

   Every page links this sheet. Do not re-declare these faces in a page
   stylesheet; add the family here or nowhere. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/sarnia-editorial/fonts/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/sarnia-editorial/fonts/playfair-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/sarnia-editorial/fonts/playfair-italic.woff2') format('woff2');
}
