/* Phemthrive — self-hosted web fonts.
   Upload this file to your site root, and upload the .woff2 files into a /fonts/ folder.
   See the download recipe in the chat: get the woff2 files from google-webfonts-helper
   (gwfh.mranftl.com), then rename them to match the filenames below. */

/* ---- Fraunces (display serif) ---- */
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/fraunces-400.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/fraunces-500.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('fonts/fraunces-400italic.woff2') format('woff2');
}

/* ---- Hanken Grotesk (body) ---- */
@font-face{
  font-family:'Hanken Grotesk';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/hanken-grotesk-400.woff2') format('woff2');
}
@font-face{
  font-family:'Hanken Grotesk';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/hanken-grotesk-500.woff2') format('woff2');
}
@font-face{
  font-family:'Hanken Grotesk';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/hanken-grotesk-600.woff2') format('woff2');
}
@font-face{
  font-family:'Hanken Grotesk';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fonts/hanken-grotesk-700.woff2') format('woff2');
}
