@font-face {
    font-family: 'Biome';
    src: url('BiomeW04-Narrow.woff2') format('woff2'),
         url('BiomeW04-Narrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Biome';
    src: url('BiomeW04-SemiBoldNarrow.woff2') format('woff2'),
         url('BiomeW04-SemiBoldNarrow.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Biome';
    src: url('BiomeW04-UltraNarrow.woff2') format('woff2'),
         url('BiomeW04-UltraNarrow.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* Example usage:
   font-family: 'BiomeW04-Narrow', Arial, sans-serif;
   font-family: 'BiomeW04-SemiBoldNarrow', Arial, sans-serif;
   font-family: 'BiomeW04-UltraNarrow', Arial, sans-serif;
*/ 