/* EB Garamond & Hanken Grotesk — self-hosted (SIL Open Font License 1.1).
   EB Garamond is the typeface used throughout the printed Harris HQ
   document; Hanken Grotesk stands in for Graphik on the small
   letterspaced labels. Latin subsets, so the page needs no external
   font CDN and works on a locked-down network.
   build-preview.mjs inlines these as data URIs. */

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/ebgaramond-variable-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/ebgaramond-italic-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/hankengrotesk-variable-latin.woff2') format('woff2');
}
