/* @import must be at top of file, otherwise CSS will not work */
@import url('//hello.myfonts.net/count/3d641d');
@font-face {
  font-family: 'Biennale';
  font-weight: 700;
  font-style: bold;
  font-display: swap;
  src: url('BiennaleBold/font.woff2') format('woff2'),
    url('BiennaleBold/font.woff') format('woff');
}
@font-face {
  font-family: 'Biennale';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('BiennaleRegular/font.woff2') format('woff2'),
    url('BiennaleRegular/font.woff') format('woff');
}
