/* ===========================================================================
   CCJG — typefaces, self-hosted.

   No CDN: the files live in /assets/fonts, so the site keeps its typography
   offline, behind a firewall, and with no third-party request on page load.

   Clash Display  headlines and display  — Fontshare, ITF Free Font License
   General Sans   body, UI and labels    — Fontshare, ITF Free Font License
   Gambetta       italic accent words    — Fontshare, ITF Free Font License
   =========================================================================== */

/* ------------------------------------------------ Clash Display (display) */

@font-face {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/clash-500.woff2") format("woff2");
}
@font-face {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/clash-600.woff2") format("woff2");
}
@font-face {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/clash-700.woff2") format("woff2");
}

/* --------------------------------------------------- General Sans (body) */

@font-face {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/general-400.woff2") format("woff2");
}
@font-face {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/general-500.woff2") format("woff2");
}
@font-face {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/general-600.woff2") format("woff2");
}
@font-face {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/general-700.woff2") format("woff2");
}

/* ------------------------------------------------- Gambetta (accent italic) */

@font-face {
  font-family: "Gambetta";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/gambetta-400i.woff2") format("woff2");
}
