
@font-face {
    font-family: 'BTTravelIcons';
    src: url('../cosas/fonts/BTTravelIcons.woff2') format('woff2'),
         url('../cosas/fonts/BTTravelIcons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.bt {
    font-family: 'BTTravelIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bt-hat:before { content: '\e900'; }
.bt-sunglasses:before { content: '\e901'; }
.bt-sunscreen:before { content: '\e902'; }
.bt-sneakers:before { content: '\e903'; }
.bt-water-bottle:before { content: '\e904'; }
.bt-backpack:before { content: '\e905'; }
.bt-jacket:before { content: '\e906'; }
.bt-camera:before { content: '\e907'; }
.bt-repellent:before { content: '\e908'; }
.bt-id-card:before { content: '\e909'; }
