@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2p3rph');
  src:  url('fonts/icomoon.eot?2p3rph#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2p3rph') format('truetype'),
    url('fonts/icomoon.woff?2p3rph') format('woff'),
    url('fonts/icomoon.svg?2p3rph#icomoon') 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: 'icomoon' !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-search:before {
  content: "\e900";
}
.icon-start:before {
  content: "\e901";
}
.icon-start-empty:before {
  content: "\e902";
}
.icon-tick-circle:before {
  content: "\e903";
}
.icon-tick-circle-fill:before {
  content: "\e904";
}
.icon-x-black:before {
  content: "\e905";
}
.icon-camera:before {
  content: "\e906";
}
.icon-chevron-right:before {
  content: "\e907";
}
.icon-chevron-left:before {
  content: "\e908";
}
.icon-chevron-down:before {
  content: "\e909";
}
.icon-chevron-up:before {
  content: "\e90a";
}
.icon-list:before {
  content: "\e90b";
}
