/* ==========================================================================
   Neue Plak, the licensed JammJar display face.

   The licence does not permit serving these files from a public CDN path, so
   they are self-hosted here alongside the Worker's own assets.

   TO ENABLE: drop the woff2 files into assets/fonts/ and uncomment below.
   Until then the site falls back to Instrument Sans, which is already loaded
   from Google Fonts in each page's <head> and is a close visual match.
   ========================================================================== */

/*
@font-face {
  font-family: "Neue Plak";
  src: url("fonts/NeuePlak-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Neue Plak";
  src: url("fonts/NeuePlak-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/
