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

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

.icon-001-text:before {
  content: "\f101";
}
.icon-002-menu:before {
  content: "\f102";
}
.icon-003-menu-bar:before {
  content: "\f103";
}
.icon-004-burger:before {
  content: "\f104";
}
.icon-005-close:before {
  content: "\f105";
}
.icon-006-cross-button:before {
  content: "\f106";
}
.icon-007-cross-button-1:before {
  content: "\f107";
}
.icon-008-cross-mark:before {
  content: "\f108";
}
.icon-009-remove:before {
  content: "\f109";
}
.icon-010-close-1:before {
  content: "\f10a";
}
.icon-011-menu-1:before {
  content: "\f10b";
}
.icon-012-hamburger:before {
  content: "\f10c";
}
.icon-013-burger-menu:before {
  content: "\f10d";
}
.icon-014-burger-menu-1:before {
  content: "\f10e";
}
