/* The site's one typographic voice, shared by both hosts: Karla for
 * headings and chrome, Petrona for prose, JetBrains Mono for dates and
 * code. Files are materialized from @fontsource packages by
 * frontend/copy-fonts.mjs (see the pnpm lockfile for provenance) and
 * embedded in the binary; the strict CSP forbids CDN fonts. */

@font-face {
  font-family: "Petrona";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/petrona-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Petrona";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/petrona-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Petrona";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/petrona-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/karla-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Karla";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/karla-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/karla-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/jetbrains-mono-latin-400-normal.woff2") format("woff2");
}
