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

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

.vue-touch-screen:before {
  content: "\e900";
}
.vue-bluetooth:before {
  content: "\e903";
}
.vue-chord:before {
  content: "\e902";
}
