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

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons", "Open Sans", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-decoration: none !important;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* Each icon is created by inserting the correct character into the
   content of the :before pseudo element */
.icon-ghost:before {
    content: "\e000";
}

.icon-feed:before {
    content: "\e001";
}

.icon-twitter:before {
    content: "\e002";
    font-size: 1.1em;
}

.icon-facebook:before {
    content: "\e004";
}

.icon-arrow-left:before {
    content: "\e005";
}

.icon-stats:before {
    content: "\e006";
}

.icon-location:before {
    content: "\e007";
    margin-left: -3px;
}

.icon-link:before {
    content: "\e008";
}
