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

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ytsy-icons' !important;
  speak: never;
  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;
}

.ic-arrow-up:before {
  content: "\e900";
}
.ic-arrow-dowm:before {
  content: "\e901";
}
.ic-arrow-left:before {
  content: "\e902";
}
.ic-arrow-right:before {
  content: "\e903";
}
.ic-handoru:before {
  content: "\e904";
}
.ic-coins:before {
  content: "\e905";
}
.ic-phone:before {
  content: "\e906";
}
.ic-map:before {
  content: "\e907";
}
.ic-mail:before {
  content: "\e908";
}
.ic-facebook:before {
  content: "\e909";
}
.ic-line:before {
  content: "\e90a";
}
.ic-angle-left:before {
  content: "\e90b";
}
.ic-angle-right:before {
  content: "\e90c";
}
