/**
 * Custom Fonts
 *
 * @package FrontTheme
 */
/* Bricolage Grotesque - Critical, load immediately */
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../BricolageGrotesque-VariableFont_opsz,wdth,wght.woff2') format('woff2-variations');
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap; /* Swap immediately if not loaded */
}
/* JetBrains Mono - Non-critical, lazy load */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../JetBrainsMono-VariableFont_wght.woff2') format('woff2-variations');
  font-weight: 100 800;
  font-style: normal;
  font-display: optional; /* Only use if already cached, don't block render */
}