/* Self-hosted display faces (latin subsets, downloaded 2026-07-23 from Google Fonts, OFL).
   Americana skin uses Zilla Slab; Vintage Sports uses Oswald. Body text stays on the system stack.
   Keep these three files + this sheet in the service worker SHELL precache on merge. */

@font-face {
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/zilla-slab-600.woff2") format("woff2");
}
@font-face {
  font-family: "Zilla Slab";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/zilla-slab-italic-500.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/oswald-600.woff2") format("woff2");
}
