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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'airbnb' !important;
    speak: never;
    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;
}

.icon-airbnb:before {
    content: "\e901";
}
