/* Curem brand fonts.
   Two families: Display (Newsreader, an editorial serif) and the body sans
   (Libre Franklin). Both are open-source.

   Option A — use the bundled woff2 files (this file points at ./*.woff2).
   Option B — install from Fontsource instead and delete this file:
       npm i @fontsource/newsreader @fontsource/libre-franklin
   then import the weights you need, e.g.
       import "@fontsource/newsreader/400.css";
       import "@fontsource/libre-franklin/400.css";
*/

/* ---- Display: Newsreader (headings, statements, pull quotes) ---- */
@font-face { font-family: "Newsreader"; src: url("./Newsreader-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("./Newsreader-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("./Newsreader-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("./Newsreader-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("./Newsreader-300-italic.woff2") format("woff2"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("./Newsreader-400-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }

/* ---- Body: Libre Franklin (UI, body, labels) ---- */
@font-face { font-family: "Libre Franklin"; src: url("./LibreFranklin-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url("./LibreFranklin-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url("./LibreFranklin-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url("./LibreFranklin-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url("./LibreFranklin-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url("./LibreFranklin-400-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
