/* Local faces for Closing Time. Seven files, latin subset, woff2 only.
   Loaded before style.css; style.css names these three families in --display,
   --body and --mono and falls back to Rockwell / system-ui / ui-monospace.

   Only the weights the stylesheet actually asks for are here. Requests that
   land between them resolve upward the same way they did against the Google
   Fonts stylesheet this replaced: .card-title asks for Zilla Slab 400 and gets
   500, .tag asks for IBM Plex Mono 400 and gets 500. Adding a weight to
   style.css means adding the file here too, or that rule silently renders in
   the nearest one. */

@font-face {
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("zilla-slab-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("zilla-slab-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("public-sans-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("public-sans-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("public-sans-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("ibm-plex-mono-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("ibm-plex-mono-latin-600-normal.woff2") format("woff2");
}
