/* Biome — self-hosted webfont (Monotype / Carl Crossgrove)
   Place your licensed .woff2 files in the fonts/ folder:
     Biome-Light.woff2, Biome-Regular.woff2, Biome-Medium.woff2, Biome-Bold.woff2
*/

@font-face {
  font-family: 'Biome';
  src: local('Biome Light'), local('Biome-Light'),
       url('../fonts/Biome-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Biome';
  src: local('Biome'), local('Biome Regular'),
       url('../fonts/Biome-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Biome';
  src: local('Biome Medium'), local('Biome-Medium'),
       url('../fonts/Biome-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Biome';
  src: local('Biome Medium'), local('Biome-Medium'),
       url('../fonts/Biome-Medium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Biome';
  src: local('Biome Bold'), local('Biome-Bold'),
       url('../fonts/Biome-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
