/* Self-hosted fonts (latin subset, woff2). Downloaded from Google Fonts and
   served locally for speed + privacy — no third-party requests. Weights match
   DESIGN_TOKENS.md. font-display: swap to avoid invisible text on load. */

/* ---- Libre Caslon Display — headlines (400 only) ----------------------- */
@font-face {
  font-family: "Libre Caslon Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/libre-caslon-display-v18-latin-regular.woff2") format("woff2");
}

/* ---- Newsreader — body / reading (300, 400, 500, 600, italic 400) ------ */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/newsreader-v26-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/newsreader-v26-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/newsreader-v26-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/newsreader-v26-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/newsreader-v26-latin-italic.woff2") format("woff2");
}

/* ---- Courier Prime — mono labels / UI (400, 700, italic 400) ----------- */
@font-face {
  font-family: "Courier Prime";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/courier-prime-v11-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Courier Prime";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/courier-prime-v11-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Courier Prime";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/courier-prime-v11-latin-italic.woff2") format("woff2");
}
