/* Self-hosted variable fonts: WOFF2, font-display: swap.
   Each file is a variable font covering a weight range. */

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

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(./hanken-grotesk-variable.woff2) format('woff2');
}

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