@font-face {
    font-family: 'Glyphicons Halflings';
    src:    url('/public/fonts/glyphicons-halflings-regular.eot');
    src:    url('/public/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
            url('/public/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
            url('/public/fonts/glyphicons-halflings-regular.woff') format('woff'),
            url('/public/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
            url('/public/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
    font-family: 'Motoroso';
    src:    url('/public/fonts/glyphicons-motoroso.eot?6kfeju');
    src:    url('/public/fonts/glyphicons-motoroso.eot?6kfeju#iefix') format('embedded-opentype'),
            url('/public/fonts/glyphicons-motoroso.ttf?6kfeju') format('truetype'),
            url('/public/fonts/glyphicons-motoroso.woff?6kfeju') format('woff'),
            url('/public/fonts/glyphicons-motoroso.svg?6kfeju#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:before {
    display: block;
}

.glyphicon-motoroso {
    font-family: 'Motoroso' !important;
}

.glyphicon-marker-play:before {
    content: '\e908';
}

.glyphicon-marker-info:before {
    content: '\e907';
}

.glyphicon-marker-product:before {
    content: '\e909';
}

.glyphicon-marker-howto:before {
    content: '\e906';
}

.glyphicon-marker-article:before {
    content: '\e902';
}
