/* Icomoon icon font — icons used on Genotek home */
@font-face {
  font-family: "icomoon";
  src:
    url("../../assets/fonts/icomoon/icomoon.ttf?ref6ls") format("truetype"),
    url("../../assets/fonts/icomoon/icomoon.woff?ref6ls") format("woff"),
    url("../../assets/fonts/icomoon/icomoon.svg?ref6ls#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clear-input:before {
  content: "\e905";
}

.icon-chevron-down:before {
  content: "\e90c";
}

.icon-circle-check:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-podcast:before {
  content: "\e902";
}

.icon-question:before {
  content: "\e913";
}

.icon-countdown:before {
  content: "\e914";
}

.icon-basket:before {
  content: "\e915";
}

.icon-clock:before {
  content: "\e91e";
}

.icon-chevron-left:before {
  content: "\e908";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e90d";
}

.icon-play-round:before {
  content: "\e917";
}
