@font-face {
  font-family: 'maidragon';
  src:
    url('fonts/maidragon.ttf?x40nqu') format('truetype'),
    url('fonts/maidragon.woff?x40nqu') format('woff'),
    url('fonts/maidragon.svg?x40nqu#maidragon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.ico-wing_l:before {
  content: "\e900";
}
.ico-wing_r:before {
  content: "\e901";
}
