@font-face {
  font-family: 'myap';
  src:
    url('fonts/myap.ttf?p7p684') format('truetype'),
    url('fonts/myap.woff?p7p684') format('woff'),
    url('fonts/myap.svg?p7p684#myap') 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: 'myap' !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-zip-file:before {
  content: "\e600";
}
.icon-pencil:before {
  content: "\e601";
}
.icon-download:before {
  content: "\e602";
}
.icon-floppy-disk:before {
  content: "\e603";
}
.icon-menu:before {
  content: "\e604";
}
.icon-plus:before {
  content: "\e605";
}
.icon-cross:before {
  content: "\e606";
}
.icon-enter:before {
  content: "\e607";
}
.icon-exit:before {
  content: "\e608";
}
.icon-arrow-right:before {
  content: "\e609";
}
.icon-arrow-left:before {
  content: "\e60a";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-down:before {
  content: "\ea36";
}
