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

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

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

.icon-pin:before {
    content: "\e900";
}
