@font-face {
    font-family: 'cn';
    src:url('../fonts/cn.html');
    src:url('../fonts/cnd41dd41d.html?#iefix') format('embedded-opentype'),
    url('../fonts/cn-2.html') format('woff'),
    url('../fonts/cn-3.html') format('truetype'),
    url('../fonts/cn-4.html#cn') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'cn';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user, .icon-home, .icon-chat, .icon-share, .icon-select, .icon-close, .icon-minus, .icon-menu, .icon-pinterest, .icon-twitter, .icon-facebook, .icon-plus, .icon-close-small, .icon-cart2, .icon-arrow-left, .icon-arrow-left-2 {
    font-family: 'cn';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-user:before {
    content: "\e000";
}
.icon-home:before {
    content: "\e001";
}
.icon-chat:before {
    content: "\e002";
}
.icon-share:before {
    content: "\e003";
}
.icon-select:before {
    content: "\e004";
}
.icon-close:before {
    content: "\e005";
}
.icon-minus:before {
    content: "\e006";
}
.icon-menu:before {
    content: "\e007";
}
.icon-pinterest:before {
    content: "\e008";
}
.icon-twitter:before {
    content: "\e009";
}
.icon-facebook:before {
    content: "\e00a";
}
.icon-plus:before {
    content: "\e00b";
}
.icon-close-small:before {
    content: "\e00c";
}
.icon-cart2:before {
    content: "\e00d";
}
.icon-arrow-left:before {
    content: "\e00e";
}
.icon-arrow-left-2:before {
    content: "\e00f";
}