@font-face {
  font-family: 'kinoundco';
  src:
    url('../fonts/kinoundco.ttf?poga9q') format('truetype'),
    url('../fonts/kinoundco.woff?poga9q') format('woff'),
    url('../fonts/kinoundco.svg?poga9q#kinoundco') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon:before {
  font-family: 'kinoundco';
  speak: none;
  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--disk:before {
  content: "\e904";
}
.icon--downloadmanager:before {
  content: "\e905";
}
.icon--docs:before {
  content: "\e906";
}
.icon--excel:before {
  content: "\e907";
}
.icon--volume:before {
  content: "\e915";
}
.icon--zip:before {
  content: "\e918";
}
.icon--search-light:before {
  content: "\e919";
}
.icon--search-solid:before {
  content: "\e91a";
}
.icon--show-all:before {
  content: "\e91b";
}
.icon--times-light:before {
  content: "\e91c";
}
.icon--triangle-icon-down:before {
  content: "\e91d";
}
