@font-face {
  font-family: 'kingodo';
  src:  url('fonts/kingodo.eot?y20tha');
  src:  url('fonts/kingodo.eot?y20tha#iefix') format('embedded-opentype'),
    url('fonts/kingodo.ttf?y20tha') format('truetype'),
    url('fonts/kingodo.woff?y20tha') format('woff'),
    url('fonts/kingodo.svg?y20tha#kingodo') 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: 'kingodo' !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__radio_button_on:before {
  content: "\e90b";
}
.icon__panorama_fisheye:before {
  content: "\e90c";
}
.icon__blank:before {
  content: "\e90a";
}
.icon__arrow-left:before {
  content: "\e908";
}
.icon__arrow-right:before {
  content: "\e909";
}
.icon__minus:before {
  content: "\e904";
}
.icon__plus:before {
  content: "\e907";
}
.icon__cart:before {
  content: "\e903";
}
.icon__mail:before {
  content: "\e901";
}
.icon__tel:before {
  content: "\e902";
}
.icon__arrow:before {
  content: "\e900";
}
.icon__slider_arrow_left:before {
  content: "\e905";
}
.icon__slider_arrow_right:before {
  content: "\e906";
}
