@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?b7m2dh');
    src:    url('fonts/icomoon.eot?b7m2dh#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?b7m2dh') format('truetype'),
        url('fonts/icomoon.woff?b7m2dh') format('woff'),
        url('fonts/icomoon.svg?b7m2dh#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-list:before {
    content: "\e902";
}
.icon-down:before {
    content: "\e900";
}
.icon-up:before {
    content: "\e901";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-whatsapp:before {
    content: "\f232";
}

