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

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

.ic-arrow-right:before {
  content: "\e90c";
}
.ic-arrow-left:before {
  content: "\e90d";
}
.ic-zoom-out:before {
  content: "\e90a";
}
.ic-zoom-in:before {
  content: "\e90b";
}
.ic-fullscreen:before {
  content: "\e908";
}
.ic-close:before {
  content: "\e909";
}
.ic-maple-leaf:before {
  content: "\e907";
}
.ic-chevron-down:before {
  content: "\e906";
}
.ic-android:before {
  content: "\e904";
}
.ic-launch:before {
  content: "\e905";
}
.ic-arrow-down:before {
  content: "\e903";
}
.ic-mail:before {
  content: "\e900";
}
.ic-github:before {
  content: "\e901";
}
.ic-linkedin:before {
  content: "\e902";
}
