/* =====================================================================
   DHAN HOPE — Self-hosted fonts
   ---------------------------------------------------------------------
   Variable fonts shipped inside assets/fonts/ so the site renders the
   intended typefaces even with no internet access (no Google Fonts call).
   Paths are relative to THIS file, so they work under any base path.
   ===================================================================== */

/* Fraunces — display serif (headings). Weight axis 100–900. */
@font-face {
  font-family: 'Fraunces Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/fraunces-latin-wght-normal.woff2) format('woff2-variations');
}
@font-face {
  font-family: 'Fraunces Variable';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/fraunces-latin-wght-italic.woff2) format('woff2-variations');
}

/* Plus Jakarta Sans — body / UI. Weight axis 200–800. */
@font-face {
  font-family: 'Plus Jakarta Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../fonts/plus-jakarta-sans-latin-wght-normal.woff2) format('woff2-variations');
}
@font-face {
  font-family: 'Plus Jakarta Sans Variable';
  font-style: italic;
  font-display: swap;
  font-weight: 200 800;
  src: url(../fonts/plus-jakarta-sans-latin-wght-italic.woff2) format('woff2-variations');
}
