@font-face
{
    font-family: 'Biome W01 Regular';
    font-weight: normal;
    font-style: normal;

    src: url('/static/vendor/biome/BiomeW01Regular.ttf') format('truetype');
}
@font-face
{
    font-family: 'Biome W01 Bold';
    font-weight: bold;
    font-style: normal;

    src: url('/static/vendor/biome/BiomeW01Bold.ttf') format('truetype');
}
@font-face
{
    font-family: 'Biome W01 SemiBold';
    font-weight: bold;
    font-style: normal;

    src: url('/static/vendor/biome/BiomeW01SemiBold.ttf') format('truetype');
}

.biome
{
    font-family: 'Biome W01 Regular' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.biome-bold
{
    font-family: 'Biome W01 Bold' !important;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.biome-semibold
{
    font-family: 'Biome W01 SemiBold' !important;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.biome-orbital-header
{
    font-family: 'Biome W01 SemiBold' !important;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

