@font-face {
    font-family: 'yumin-demibold';
    src: url('../fonts/yumin-demibold.eot');
    src: url('../fonts/yumin-demibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/yumin-demibold.woff') format('woff'),
    url('../fonts/yumin-demibold.ttf')  format('truetype');
}
@font-face {
    font-family: 'yugothic';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/yugothic.eot');
    src: url('../fonts/yugothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/yugothic.woff') format('woff'),
    url('../fonts/yugothic.ttf')  format('truetype');
}

@font-face {
  font-family: 'FontAwesome';
  src:  url('../fonts/icomoon.eot?b02rix');
  src:  url('../fonts/icomoon.eot?b02rix#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?b02rix') format('truetype'),
    url('../fonts/icomoon.woff?b02rix') format('woff'),
    url('../fonts/icomoon.svg?b02rix#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: 'FontAwesome' !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-home:before {
  content: "\f015";
  color: #56bc95;
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
