/* =====================================================================
   ViccoFitness — Web fonts (self-hosted, NO CDN)
   ---------------------------------------------------------------------
   Two distinctive open-source variable fonts vendored locally under
   static/fonts/web/ (woff2). They deliberately avoid the over-used
   Inter/Roboto/Space-Grotesk defaults:

   - Bricolage Grotesque (display): characterful, slightly mechanical
     grotesque — energetic headlines with personality.
   - Hanken Grotesk (body): a clean, friendly humanist grotesque that
     stays highly legible at small sizes for data-dense screens.

   CJK (中文) is served by the platform CJK stack declared in the font
   token fallbacks; the Latin webfonts simply don't cover those glyphs,
   so 中文 falls through gracefully (and stays compact).
   font-display: swap keeps first paint fast.
   ===================================================================== */

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/static/fonts/web/bricolage.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/static/fonts/web/hanken.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
