/* ------------------------------------------------------------------
   TEMPORARY self-hosted H&Co webfonts — added 09/10/26
   cloud.typography project 81102/691166 was deactivated 9/10/26
   (their CSS now returns only "DEACTIVATED").

   Family names match what min.css already uses, so no other CSS
   changes are needed. TO BACK OUT: remove the single
   <link href="/css/hco-fonts.css"> line from includes/css-js-head.php.

   Only one weight of each face is available locally (Knockout 49,
   Sentinel Book) — browsers synthesize bold/italic from these.
   ------------------------------------------------------------------ */

@font-face {
  font-family: "Knockout 49 A";
  src: url("/css/fonts/knockout-49.woff2") format("woff2"),
       url("/css/fonts/knockout-49.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Knockout 49 B";
  src: url("/css/fonts/knockout-49.woff2") format("woff2"),
       url("/css/fonts/knockout-49.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sentinel A";
  src: url("/css/fonts/sentinel-book.woff2") format("woff2"),
       url("/css/fonts/sentinel-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sentinel B";
  src: url("/css/fonts/sentinel-book.woff2") format("woff2"),
       url("/css/fonts/sentinel-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
