@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?87owtj');
  src:  url('fonts/icomoon.eot?87owtj#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?87owtj') format('truetype'),
    url('fonts/icomoon.woff?87owtj') format('woff'),
    url('fonts/icomoon.svg?87owtj#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: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-root:before {
  content: "\e900";
}
.icon-zebra:before {
  content: "\e901";
}
.icon-airplane:before {
  content: "\e902";
}
.icon-wing:before {
  content: "\e903";
}
.icon-caterpillar:before {
  content: "\e904";
}
.icon-hummingbird:before {
  content: "\e905";
}
.icon-root {font-size: 70px;}
.icon-zebra {font-size: 60px;}
.icon-airplane {font-size: 50px;}
.icon-wing {font-size: 50px;}
.icon-caterpillar {font-size: 50px;}
.icon-hummingbird {font-size: 85px;
    margin-top: -15px;}
