/* =====================================================================
   Self-hosted fonts — Bricolage Grotesque (display) + Hanken Grotesk (body)
   Loaded from this theme's own /assets/fonts/ folder instead of Google's
   CDN, so the site has zero external network dependency for fonts:
   works even if fonts.googleapis.com is slow, blocked, or unreachable,
   and doesn't send visitor IPs to Google.
   ===================================================================== */

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