@font-face {
    font-family : 'themify';
    src         : url('/Core/Fonts/themify.eot');
    src         : url('/Core/Fonts/themify.eot') format('embedded-opentype'),
    url('/Core/Fonts/themify.woff') format('woff'),
    url('/Core/Fonts/themify.ttf') format('truetype'),
    url('/Core/Fonts/themify.svg') format('svg');
    font-weight : normal;
    font-style  : normal;
}

[class^="ti-"], [class*=" ti-"] {
    font-family             : 'themify';
    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;
}

.ti-shopping-cart:before {
    content : "\e60d";
}

.ti-mobile:before {
    content : "\e621";
}

.ti-email:before {
    content : "\e75a";
}
