@font-face {
  font-family: 'iconkonan';
  src:  url('../fonts/iconkonan.eot?llsn8k');
  src:  url('../fonts/iconkonan.eot?llsn8k#iefix') format('embedded-opentype'),
    url('../fonts/iconkonan.ttf?llsn8k') format('truetype'),
    url('../fonts/iconkonan.woff?llsn8k') format('woff'),
    url('../fonts/iconkonan.svg?llsn8k#iconkonan') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconkonan' !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-arrow:before {
  content: "\e900";
}
.icon-book:before {
  content: "\e901";
}
.icon-present:before {
  content: "\e902";
}
.icon-tel:before {
  content: "\e903";
}
.icon-window:before {
  content: "\e904";
}
