/* QuestPix webfonts.
 * Every face is a Google-hosted family, self-hosted at build time in the source
 * repo via next/font (lib/fonts.ts). No binaries ship with this design system —
 * the @font-face rules arrive from the Google Fonts CSS API below.
 *
 * Newsreader 600 ONLY (one face by decision — see readme.md > Visual foundations).
 * EB Garamond is loaded as a variable cut, roman + italic, because the wordmark
 * needs 700 and testimonial quotes need 400.
 */
@import url("https://fonts.googleapis.com/css2?family=Newsreader:wght@600&family=Poppins:wght@500;600;700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Hanken+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Caveat:wght@600;700&display=swap");

:root {
  /* next/font variable names, so markup lifted from the codebase resolves. */
  --font-newsreader: "Newsreader";
  --font-poppins: "Poppins";
  --font-garamond: "EB Garamond";
  --font-hanken: "Hanken Grotesk";
  --font-inter: "Inter";
  --font-jakarta: "Plus Jakarta Sans";
  --font-caveat: "Caveat";
}
