@font-face {
    font-family: 'bvGlas';
    src:    url('fonts/bvGlas.eot?mwgwp5');
    src:    url('fonts/bvGlas.eot?mwgwp5#iefix') format('embedded-opentype'),
        url('fonts/bvGlas.ttf?mwgwp5') format('truetype'),
        url('fonts/bvGlas.woff?mwgwp5') format('woff'),
        url('fonts/bvGlas.svg?mwgwp5#bvGlas') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bvGlas-font {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bvGlas' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bvGlas-cross:before {
    content: "\e905";
}
.bvGlas-arrow-down:before {
    content: "\e901";
}
.bvGlas-arrow-left:before {
    content: "\e902";
}
.bvGlas-arrow-right:before {
    content: "\e903";
}
.bvGlas-arrow-up:before {
    content: "\e904";
}
.bvGlas-search:before {
    content: "\e900";
}
.bvGlas-user:before {
    content: "\e916";
}

