/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'eu_2';
    src: url('eu_2.eot');
    src: url('eu_2.eot') format('embedded-opentype'),
        url('eu_2.woff2') format('woff2'),
        url('eu_2.woff') format('woff'),
        url('eu_2.ttf') format('truetype'),
        url('eu_2.svg#eu_2') format('svg');
    font-weight: normal;
    font-style: normal;
}


.custom_font {
  display: inline-block;
  font: normal normal normal 14px/1 eu_2;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

