*,
*:before,
*:after {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input,
input:before,
input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

::selection {
  background: transparent;
  color: inherit;
}
::-moz-selection {
  background: transparent;
  color: inherit;
}

canvas {
  -ms-touch-action: none;
}

.ani_hack {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent; /* mobile webkit */
}

/***************FONTS*******************/
@font-face {
  font-family: 'ArialBold';
  src: url('arialbd-webfont.eot');
  src: url('arialbd-webfont.eot?#iefix') format('embedded-opentype'), url('arialbd-webfont.woff2') format('woff2'),
    url('arialbd-webfont.woff') format('woff'), url('arialbd-webfont.ttf') format('truetype'),
    url('arialbd-webfont.svg#ArialBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Digital';
  src: url('digital-7-webfont.eot');
  src: url('digital-7-webfont.eot?#iefix') format('embedded-opentype'), url('digital-7-webfont.woff2') format('woff2'),
    url('digital-7-webfont.woff') format('woff'), url('digital-7-webfont.ttf') format('truetype'),
    url('digital-7-webfont.svg#Digital') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'alegreya_sans_scblack';
  src: url('alegreyasanssc-black-webfont.eot');
  src: url('alegreyasanssc-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('alegreyasanssc-black-webfont.woff2') format('woff2'), url('alegreyasanssc-black-webfont.woff') format('woff'),
    url('alegreyasanssc-black-webfont.svg#alegreya_sans_scblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

.check-fonts {
  position: fixed;
  opacity: 0;
}

.check-font-1 {
  font-family: 'alegreya_sans_scblack';
}
.check-font-2 {
  font-family: 'Digital';
}
