@font-face {
  font-family: 'moteki';
  src:  url('fonts/moteki.eot?uidy8w');
  src:  url('fonts/moteki.eot?uidy8w#iefix') format('embedded-opentype'),
    url('fonts/moteki.ttf?uidy8w') format('truetype'),
    url('fonts/moteki.woff?uidy8w') format('woff'),
    url('fonts/moteki.svg?uidy8w#moteki') 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: 'moteki' !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__beginner:before {
  content: "\e904";
}
.icon__file:before {
  content: "\e905";
}
.icon__tel:before {
  content: "\e906";
}
.icon__pdf:before {
  content: "\e908";
}
.icon__search:before {
  content: "\e909";
}
.icon__more:before {
  content: "\e90b";
}
.icon__arrow-bottom:before {
  content: "\e900";
}
.icon__arrow-left:before {
  content: "\e901";
}
.icon__arrow-right:before {
  content: "\e902";
}
.icon__arrow-top:before {
  content: "\e903";
}
.icon__newwindow:before {
  content: "\e90e";
}
.icon__minus:before {
  content: "\e90d";
}
.icon__plus:before {
  content: "\e90c";
}
