/* Trafalgar Park Community Hub — self-hosted brand fonts
   Loaded by pan-site-base. NO Google Fonts CDN — this file plus the woff2
   files beside it are the whole font pipeline.

   Subset: latin only. Weights: Poppins 600/700, Lato 400/700.
   Licence: both families SIL Open Font License 1.1 — see ../fonts/README.md
   Total payload target: under 100 KB for all four files. */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-600.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-700.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-400.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-700.woff2") format("woff2");
}

/* No italics shipped. If the design ever needs a real italic, add lato-400i
   rather than letting the browser synthesise a slanted Lato. */
