/* --- Load IcoFont font files --- */
@font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: normal;
    src: url("fonts/icofont.woff2") format("woff2"),
         url("fonts/icofont.woff") format("woff");
}

/* --- Base icon class --- */
[class^="icofont-"], [class*=" icofont-"] {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* -------------------------------------------
   INCLUDE ONLY THE ICONS YOU ACTUALLY USE
   EXAMPLE: Social media + arrow icons
-------------------------------------------- */

/* Social Media */
.icofont-facebook:before { content: "\ed37"; }
.icofont-twitter:before { content: "\ed7a"; }
.icofont-youtube:before { content: "\ed8b"; }
.icofont-linkedin:before { content: "\ed4d"; }

/* Arrows */
.icofont-arrow-left:before { content: "\ea5c"; }
.icofont-arrow-right:before { content: "\ea5d"; }
.icofont-arrow-up:before { content: "\ea5e"; }
.icofont-arrow-down:before { content: "\ea5b"; }

.icofont-envelope:before{content:"\ef14"}
.icofont-phone:before{content:"\efbb"}
.icofont-navigation-menu:before{content:"\efa2"}
.icofont-star:before{content:"\f000"}
.icofont-chart-bar-graph:before{content:"\e979"}
.icofont-computer:before{content:"\eeee"}
.icofont-image:before{content:"\ef4b"}
.icofont-settings:before{content:"\efe2"}
.icofont-user:before{content:"\ed05"}
.icofont-database-add:before{content:"\eefc"}
.icofont-google-map:before{content:"\ed42"}