/* Also Coffee Co — Webfonts (self-hosted, no third-party CDN)
   Headings: Fraunces — the FULL variable build carries opsz + SOFT + WONK, so the
   signature warm/wonky display look that echoes the wordmark actually renders.
   Body/UI: Hanken Grotesk (variable wght). If a licensed display face is supplied,
   drop it in assets/fonts/ and repoint the Fraunces src — keep the family name. */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../../assets/fonts/fraunces-full.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../../assets/fonts/fraunces-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../../assets/fonts/hanken-grotesk.woff2") format("woff2");
}
