/* Bricolage Grotesque, Inter Tight, JetBrains Mono — self-hosted subset
   (latin + cyrillic + основная пунктуация/₽/№), т.к. Google Fonts CDN
   блокируется в РФ без VPN. Подшрифты сняты через text= параметр
   Google Fonts API — один variable-файл на семейство покрывает все веса. */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/BricolageGrotesque-var.woff2') format('woff2');
}

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

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-var.woff2') format('woff2');
}
