@font-face {
    font-family: 'harvest';
    src: url('../fonts/harvest_regular-webfont.eot');
    src: url('../fonts/harvest_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/harvest_regular-webfont.woff') format('woff'),
         url('../fonts/harvest_regular-webfont.ttf') format('truetype'),
         url('../fonts/harvest_regular-webfont.svg#harvestregular') format('svg');
    font-weight: 100;
    font-style: normal;
    text-rendering: geometricPrecision;
    webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon, a.icon:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.icon:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}
