/* Self-hosted, subset from the upstream Google Fonts variable TTFs (SIL OFL 1.1).
   Charset is deliberately narrow: Latin-1 + typographic punctuation + arrows + U+20B9 (₹).
   Bricolage keeps its optical-size axis live, so font-optical-sizing:auto does real work.
   Note: Bricolage has no U+2197 (↗) glyph upstream — keep that arrow in Inter Tight. */

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('/assets/fonts/bricolage-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('/assets/fonts/intertight-400-500.woff2') format('woff2');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
